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
i tried to run the train code but it showed:
wang@deep-learn:~/3ddensenet.torch/examples$ ./run_modelnet40_h5.sh 0,1
nGPU:2
batchSize:48
log is saved into logs/20200820162653_3ddensenet_modelnet_bz48_de30_gr16_modelnet40_60x_h5_n2.log
20200820162656
modelnet
/home/wang/torch/install/bin/luajit: /home/wang/3ddensenet.torch/models/init.lua:30: File not found: /home/wang/3ddensenet.torch/data/data/modelnet40_60x_h5/3ddensenet_modelnet_bz48_de30_gr16/model_best.t7
stack traceback:
[C]: in function 'assert'
/home/wang/3ddensenet.torch/models/init.lua:30: in function 'setup'
main.lua:35: in main chunk
[C]: in function 'dofile'
...wang/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00406510
log is saved into logs/20200820162653_3ddensenet_modelnet_bz48_de30_gr16_modelnet40_60x_h5_n2.log
Where can I get this “model_best.t7 “?
thanks
The text was updated successfully, but these errors were encountered:
@HAILANGREX Sorry that we do not provide the trained model when releasing this code. You could comment out the option --retrain to train the model from scratch.
Thank you for your answer,I comment out the option --retrain,but it shows:
wang@deep-learn:~/3ddensenet.torch/examples$ ./run_modelnet40_h5.sh 0,1
nGPU:2
batchSize:48
log is saved into logs/20200820231147_3ddensenet_modelnet_bz48_de30_gr16_modelnet40_60x_h5_n2.log
20200820231147
modelnet
=> Creating model from file: models/3ddensenet_modelnet.lua
/home/wang/torch/install/bin/luajit: /home/wang/torch/install/share/lua/5.1/trepl/init.lua:389: /home/wang/torch/install/share/lua/5.1/torch/init.lua:102: class nn.DenseConnectLayerCustom has been already assigned a parent class
stack traceback:
[C]: in function 'error'
/home/wang/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
/home/wang/3ddensenet.torch/models/init.lua:36: in function 'setup'
main.lua:35: in main chunk
[C]: in function 'dofile'
...wang/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00406510
log is saved into logs/20200820231147_3ddensenet_modelnet_bz48_de30_gr16_modelnet40_60x_h5_n2.log
hello
i tried to run the train code but it showed:
wang@deep-learn:~/3ddensenet.torch/examples$ ./run_modelnet40_h5.sh 0,1
nGPU:2
batchSize:48
log is saved into logs/20200820162653_3ddensenet_modelnet_bz48_de30_gr16_modelnet40_60x_h5_n2.log
20200820162656
modelnet
/home/wang/torch/install/bin/luajit: /home/wang/3ddensenet.torch/models/init.lua:30: File not found: /home/wang/3ddensenet.torch/data/data/modelnet40_60x_h5/3ddensenet_modelnet_bz48_de30_gr16/model_best.t7
stack traceback:
[C]: in function 'assert'
/home/wang/3ddensenet.torch/models/init.lua:30: in function 'setup'
main.lua:35: in main chunk
[C]: in function 'dofile'
...wang/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00406510
log is saved into logs/20200820162653_3ddensenet_modelnet_bz48_de30_gr16_modelnet40_60x_h5_n2.log
Where can I get this “model_best.t7 “?
thanks
The text was updated successfully, but these errors were encountered: