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

How to test a model that I choose #104

Open
5thwin opened this issue Oct 28, 2019 · 2 comments
Open

How to test a model that I choose #104

5thwin opened this issue Oct 28, 2019 · 2 comments

Comments

@5thwin
Copy link

5thwin commented Oct 28, 2019

After training, many files were created in 'train' folder as shown in the picture. How do I select and test the model I want?
train

Which parameters represent the path to the model that I want to test?

python src/launcher.py --phase=test --visualize --data-path=evaluation_data/svt/test.txt --data-base-dir=evaluation_data/svt --log-path=log.txt --load-model --model-dir=model --output-dir=results

@karthikeya55
Copy link

hey @5thwin have you found answer for the same?? if yes plz help about it

@hiqmatNisa
Copy link

Hi,
set
--model-dir=model with --model-dir=train. it will automatically extract the last checkpoint.

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

3 participants