Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.8k stars 581 forks source link

Hello, where are the weight files obtained by model training? #133

Open sunshiding opened 4 years ago

sunshiding commented 4 years ago

I did not find the folder where the model is stored.

GutlapalliNikhil commented 3 years ago

actually first i faced the same issue. You need to set the path in train.py. By default it has another path likw ~/.torch like that. You need to change there and run the file.