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 a neural network which expects input size as (batch_size, 1, 112, 112). If batch size is 1, it takes about 2ms for a forward pass. If I increase batch size to 20, it takes about 35ms which is much slower than the Pytorch counterpart which is ~4ms. Is it expected in ATen?
The text was updated successfully, but these errors were encountered:
Hi,
I have a neural network which expects input size as (batch_size, 1, 112, 112). If batch size is 1, it takes about 2ms for a forward pass. If I increase batch size to 20, it takes about 35ms which is much slower than the Pytorch counterpart which is ~4ms. Is it expected in ATen?
The text was updated successfully, but these errors were encountered: