Lnan1615
Lnan1615
I divided my data into training sets, validation sets, and test sets. When training, I use "mode=train", but when I learn the code, I find that the validation set is...
First, thank you for sharing the code. And recently, I try to use the point cloud data of lung airway to classify airway diseases. Seeing your code, I am puzzled...
When I run the file 'main.py' using 'python main.py --load_mode=0', but it doesn't work which shows' IndexError: list index out of range'. Why? I have no idea. Does anyone know?
为什么我跑出来的结果是0 1 2 3或者0 0 0 0 这是为什么?
My data is 3D, I want to train 3D model.Does it ok?