-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: 'tuple' object is not callable #4
Comments
I meet the same problems and resolve it .You should debug the grid_sample.py and change it. op=torch._C._jit_get_operation('aten::grid_sampler_2d_backword') is a tuple that cause the problems. |
thx, that helps a bit, but now I have a new error:
|
|
Maybe, you can change the batch_size |
Maybe, you can change the batch_size |
but,when i change batch_size = 128, also have this question, maybe it never changes batch_size successful? |
change batch_size=64 |
Has anyone successfully run the code? If yes, when batchsize is 64(or more), how much video memory is occupied? |
I get the following error when running
bash run.sh
:The text was updated successfully, but these errors were encountered: