SpareNet icon indicating copy to clipboard operation
SpareNet copied to clipboard

The experimental results

Open 17353303313 opened this issue 3 years ago • 2 comments

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

17353303313 avatar Sep 08 '21 02:09 17353303313

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

AlphaPav avatar Sep 12 '21 02:09 AlphaPav

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

terrybelinda avatar Sep 26 '21 07:09 terrybelinda