meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.38k stars 799 forks source link

There isn't a pkl file generated after training #197

Open heiheiya opened 5 years ago

heiheiya commented 5 years ago

Why ?When I finished training, the runs dir have no pkl file generated?Just a events file, a yml file, a log file。

keishatsai commented 5 years ago

@heiheiya , have you fixed this issue? I got the same problem. Could anyone share the solution? I will appreciate.

MaryFeng824 commented 2 years ago

maybe you can search the pkl named in train.py the line of "save_path",to print the pkl path;or just search in the "runs" file the name of the pkl file name ,for exmple like "fcn8s_ciyscapes_best_model.pkl","fcn8s":is the model_arch you use;"cityscapes“:is the datasets;hope it works for you

MaryFeng824 commented 2 years ago

maybe you can search the pkl named in train.py the line of "save_path",to print the pkl path;or just search in the "runs" file the name of the pkl file name ,for exmple like "fcn8s_ciyscapes_best_model.pkl","fcn8s":is the model_arch you use;"cityscapes“:is the datasets;hope it works for you