meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch

Home Page:https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is model being saved after training?

talhaanwarch opened this issue · comments

For the validation, we need to pass the path of saved model after training, but i am unable to find the path.
Though in config file, i have added resume: saved_model.pt but i am unable to find the location of the saved model.