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
Hi there,
When I was using your "generate_base.py" script file, I got "CUDA out of memory" when exex line 211 "output = model(
image.to(device), intrinsics.to(device), extrinsics.to(device), future_egomotion.to(device)
)",
I am using Tesla V100, 16 GB. I am wondering which type you was used. How much GPU memory you used for that script ?
Best,
The text was updated successfully, but these errors were encountered:
Hi there,
When I was using your "generate_base.py" script file, I got "CUDA out of memory" when exex line 211 "output = model(
image.to(device), intrinsics.to(device), extrinsics.to(device), future_egomotion.to(device)
)",
I am using Tesla V100, 16 GB. I am wondering which type you was used. How much GPU memory you used for that script ?
Best,
The text was updated successfully, but these errors were encountered: