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,I faced a weird problem:
At first,my parameters are:
epoch:10
bantch-size:1
class:2
and the train.py ran successfully!
However,when I increased batch-size from 1 to 2(and 3,I tried),but without changing any other parameters,the runtimeError occured: RuntimeError: Trying to resize storage that is not resizable
I don't know how to solve it
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,I faced a weird problem:
At first,my parameters are:
epoch:10
bantch-size:1
class:2
and the train.py ran successfully!
However,when I increased batch-size from 1 to 2(and 3,I tried),but without changing any other parameters,the runtimeError occured:
RuntimeError: Trying to resize storage that is not resizable
I don't know how to solve it
Thanks!
The text was updated successfully, but these errors were encountered: