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
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.
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
The text was updated successfully, but these errors were encountered: