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

The experimental results #18

Open
17353303313 opened this issue Sep 8, 2021 · 2 comments
Open

The experimental results #18

17353303313 opened this issue Sep 8, 2021 · 2 comments

Comments

@17353303313
Copy link

after complete the training and save the model,I did not find the completion result, how should I see the completion result.thank you

@AlphaPav
Copy link
Contributor

You can use tensorboard to see the results.
tensorboard —logdir=/path/to/log/directory
Or you can load the trained model and test.
python test.py --gpu 0 --work_dir /path/to/logfiles --model sparenet --weights /path/to/cheakpoint --test_mode vis

@terrybelinda
Copy link

Hello,
Thank you for this work. We are a group of students trying this out and we faced the same issue.
We also tried your recommendation of changing it to vis
python test.py --gpu 0 --work_dir /path/to/logfiles --model sparenet --weights /path/to/checkpoint --test_mode vis
However, we could not find any visual representation ? Could you please let us know what we are missing?

Also, where do we add
tensorboard —logdir=/path/to/log/directory
to get the output?
Thanks

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