I am getting the following error while loading the model using a checkpoint.
Loading.. checkpoints/results_40_40_10_RNN.t7
/home/iab-j/torch/install/bin/luajit: /home/iab-j/torch/install/share/lua/5.1/torch/File.lua:343: unknown Torch class <nn.SpatialReSampling>
stack traceback:
[C]: in function 'error'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:343: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/nn/Module.lua:192: in function 'read'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:351: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:353: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:368: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject'
...
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:351: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/nn/Module.lua:192: in function 'read'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:351: in function 'readObject'
/home/iab-j/torch/install/share/lua/5.1/torch/File.lua:409: in function 'load'
RNN_main_test.lua:133: in main chunk
[C]: in function 'dofile'
...ab-j/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00405d50
Any ideas on how can this error be removed?
--
You received this message because you are subscribed to the Google Groups "torch7" group.
To unsubscribe from this group and stop receiving emails from it, send an email to torch7+un...@googlegroups.com.
To post to this group, send email to tor...@googlegroups.com.
Visit this group at https://groups.google.com/group/torch7.
For more options, visit https://groups.google.com/d/optout.
update your torch versionPavani Tripathi via torch7 <torch7+APn2wQdyQ9htGk_l2aAgt66UQXpQ3vv7fxlbApSPWyIcwAUrn3b...@googlegroups.com> 于2019年3月12日周二 上午8:24写道:
Hi,I used the following steps to install torch:
- git clone https://github.com/torch/distro.git ~/torch --recursive
- cd ~/torch; bash install-deps;
- ./install.sh
- source ~/.bashrc
as mentioned on the official page : http://torch.ch/docs/getting-started.html#_I have run ./update.sh once. However, the error still persists.How can I check if the installed version is the latest version or not?
On Tuesday, March 12, 2019 at 10:28:11 AM UTC+5:30, Shen Jialiang wrote:
update your torch versionPavani Tripathi via torch7 <torch7+APn2wQdyQ9htGk_l2aAgt66UQ...@googlegroups.com> 于2019年3月12日周二 上午8:24写道:
Hi,I used the following steps to install torch:
- git clone https://github.com/torch/distro.git ~/torch --recursive
- cd ~/torch; bash install-deps;
- ./install.sh
- source ~/.bashrc
as mentioned on the official page : http://torch.ch/docs/getting-started.html#_I have run ./update.sh once. However, the error still persists.How can I check if the installed version is the latest version or not?
On Tuesday, March 12, 2019 at 10:28:11 AM UTC+5:30, Shen Jialiang wrote:
update your torch versionPavani Tripathi via torch7 <torch7+APn2wQdyQ9htGk_l2aAgt66UQ...@googlegroups.com> 于2019年3月12日周二 上午8:24写道:
Pavani Tripathi via torch7 <torch7+APn2wQdyQ9htGk_l2aAgt66UQXpQ3vv7fxlbApSPWyIcwAUrn3b...@googlegroups.com> 于2019年3月14日周四 下午5:11写道:
Hi,I used the following steps to install torch:
- git clone https://github.com/torch/distro.git ~/torch --recursive
- cd ~/torch; bash install-deps;
- ./install.sh
- source ~/.bashrc
as mentioned on the official page : http://torch.ch/docs/getting-started.html#_I have run ./update.sh once. However, the error still persists.How can I check if the installed version is the latest version or not?
On Tuesday, March 12, 2019 at 10:28:11 AM UTC+5:30, Shen Jialiang wrote:
update your torch versionPavani Tripathi via torch7 <torch7+APn2wQdyQ9htGk_l2aAgt66UQXpQ3vv7fxlbApSPWyIcwAUrn3b...@googlegroups.com> 于2019年3月12日周二 上午8:24写道: