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
how long does it take to run for cifar with nearly 100 testpoints, full 50k training points, recursion depth = 6000 & r = 10? also when i run this on a single gpu, i always get oom error. any work arounds for this?
The text was updated successfully, but these errors were encountered:
For MobileNetV2 (3.4 M parameters), with recursion_depth = 1 and r_averaging = 1 it takes around 30 minutes on a single 3090 GPU for 50k CIFAR-10 images ... Very strange as on ReadMe it is stated it takes around 120s.
Setting depth = 100 and r > 10 would cause OOM for me.
how long does it take to run for cifar with nearly 100 testpoints, full 50k training points, recursion depth = 6000 & r = 10? also when i run this on a single gpu, i always get oom error. any work arounds for this?
The text was updated successfully, but these errors were encountered: