Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

model_best.t7 #2

Open
HAILANGREX opened this issue Aug 20, 2020 · 2 comments
Open

model_best.t7 #2

HAILANGREX opened this issue Aug 20, 2020 · 2 comments

Comments

@HAILANGREX
Copy link

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

@kuixu
Copy link
Owner

kuixu commented Aug 20, 2020

@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.

@HAILANGREX
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants