zijundeng / pytorch-semantic-segmentation

PyTorch for Semantic Segmentation
MIT License
1.73k stars 393 forks source link

Evaluation or testing the trained model after training #38

Open muralabmahmuds opened 6 years ago

muralabmahmuds commented 6 years ago

Hello, thanks a lot for the codes! Anyway, I want to ask, how to run evaluation or testing phase after training the model is finished? And, which file actually becomes the trained model? I choose not to save and visualize the validation results in the middle of training. Would anyone help me to solve this problem, please? Thank you.