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
I tried semantic segmentation, preloading a vgg19 network and fine tuning on cityscapes, but when I tried to train, I gave an error on setParametersNet, did I do some mistake in initialization process?
qlua: /home/paul/torch/install/share/lua/5.1/nn/Module.lua:218: Torch object, table, thread, cdata or function expected
stack traceback:
[C]: at 0x7f995ab4e9d0
[C]: in function 'pointer'
/home/paul/torch/install/share/lua/5.1/nn/Module.lua:218: in function 'flatten'
/home/paul/torch/install/share/lua/5.1/nn/Module.lua:292: in function 'getParameters'
train.lua:44: in function 'setParametersNet'
main.lua:53: in main chunk
The text was updated successfully, but these errors were encountered:
i can't reproduce your error. seems like some issue with pointers to the modules in the model/pointer to the model itself. try cloning the model before you do getParameters().
I tried semantic segmentation, preloading a vgg19 network and fine tuning on cityscapes, but when I tried to train, I gave an error on setParametersNet, did I do some mistake in initialization process?
qlua: /home/paul/torch/install/share/lua/5.1/nn/Module.lua:218: Torch object, table, thread, cdata or function expected
stack traceback:
[C]: at 0x7f995ab4e9d0
[C]: in function 'pointer'
/home/paul/torch/install/share/lua/5.1/nn/Module.lua:218: in function 'flatten'
/home/paul/torch/install/share/lua/5.1/nn/Module.lua:292: in function 'getParameters'
train.lua:44: in function 'setParametersNet'
main.lua:53: in main chunk
The text was updated successfully, but these errors were encountered: