train_classification.py: error: argument --nepoch: invalid int value: '<number epochs>'
yaminocellist opened this issue · 1 comments
yaminocellist commented
Dear Sir:
I'm using Python3 and I'm trying to train the two .py files in /utils, I used:
python3 train_classification.py --dataset='' --nepoch='' --dataset_type='<modelnet40 | shapenet>'
instead but the system told me that
train_classification.py: error: argument --nepoch: invalid int value: ''
How can I fix this? Thank you very much!
Best,
cellist
Helena2007 commented
python3 train_classification.py --dataset /path/to/shapenetcore_partanno_segmentation_benchmark_v0 --nepoch=10 --dataset_type shapenet
I have run the train_classification.py using the above command and it runs successfully. Instead of shapenet dataset you can also give modelnet40.