You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that the depthwise convolution using nnx.Conv is much slower compared to PyTorch and TensorFlow. I ran a quick benchmark to compare performance across the three frameworks, and the results show a huge gap in speed for the JAX version.
Description
I have noticed that the depthwise convolution using
nnx.Conv
is much slower compared to PyTorch and TensorFlow. I ran a quick benchmark to compare performance across the three frameworks, and the results show a huge gap in speed for the JAX version.Here's a minimal example I used for benchmarking:
Results:
System info (python version, jaxlib version, accelerator, etc.)
The text was updated successfully, but these errors were encountered: