-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I'm trying to run train_s1n02_tsdfhist
.
I could not get gentrain_.*_feat_s1n01_r128.oc
from training. I got following error message.
[INFO] add 1840 target paths
0
1840
/home/ando/torch/install/bin/luajit: ../common.lua:207: invalid number of paths
stack traceback:
[C]: in function 'error'
../common.lua:207: in function 'addPaths'
../common.lua:228: in function 'addTargetPaths'
modelnet_fusion_common.lua:29: in function 'add_target_paths'
../completion_common.lua:365: in function 'get_train_data_loader'
../completion_common.lua:383: in function 'get_data_loader'
../completion_common.lua:544: in function 'ctf_loop'
train_s1n02_tsdfhist.lua:29: in main chunk
[C]: in function 'dofile'
...ando/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00405d50
How to solve this?
Also, let me share several solutions related to this issue. I hope you can correct them if you find my misunderstandings.
- create_data.py seems to generate
s1n01
, but train_s1n02_tsdfhist requiress1n02
, so I replaced withs1n01
. - I could not find common.json so I added
local json = require 'cjson'
at the beginning of the file
Metadata
Metadata
Assignees
Labels
No labels