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

Why does it show the loading model's EPOCH is 3? #86

Closed
rockywind opened this issue Oct 22, 2021 · 4 comments
Closed

Why does it show the loading model's EPOCH is 3? #86

rockywind opened this issue Oct 22, 2021 · 4 comments

Comments

@rockywind
Copy link

Thank you for your help in advance!
Why does it show the loading model's EPOCH is 3?
2021-10-22 20:57:44,189 INFO ==> Checkpoint trained from version: pcdet+0.3.0+0000000 2021-10-22 20:57:47,894 INFO ==> Done (loaded 903/903) 2021-10-22 20:57:48,489 INFO *************** EPOCH 3 EVALUATION *****************

@codyreading
Copy link
Member

What command are you running?

@rockywind
Copy link
Author

Thank you for your help!
I ran the command below.
python test.py --cfg_file ./cfgs/kitti_models/CaDDN.yaml

@codyreading
Copy link
Member

Please specify a checkpoint file via the command line argument:

python test.py --cfg_file ${CONFIG_FILE} --batch_size ${BATCH_SIZE} --ckpt ${CKPT}

Otherwise, it will just default to the latest trained model in your output folder.

@codyreading
Copy link
Member

Closing due to inactivity

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