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
Hello,thank you for your sharing!
I trained the model on liberty and tested on notredame successfully. But the following bug appears when i try to create test_loaders with yosemite dataset :
RuntimeError: $ Torch: invalid memory size -- maybe an overflow? at ..\aten\src\TH\THGeneral.cpp:188
The text was updated successfully, but these errors were encountered:
OK,I will have a try!Thanks !
On 3/6/2019 13:47,yanwu xu<notifications@github.com> wrote:
Maybe try to decrease the num_worker in dataloader. The code runs fine in my sever. Good luck!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hello,thank you for your sharing!
I trained the model on
liberty
and tested onnotredame
successfully. But the following bug appears when i try tocreate test_loaders
withyosemite
dataset :The text was updated successfully, but these errors were encountered: