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

train_classification.py: error: argument --nepoch: invalid int value: '<number epochs>' #95

Open
yaminocellist opened this issue Apr 10, 2022 · 1 comment

Comments

@yaminocellist
Copy link

yaminocellist commented Apr 10, 2022

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
Copy link

Helena2007 commented May 16, 2024

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.

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