yu-changqian / TorchSeg

Fast, modular reference implementation and easy training of Semantic Segmentation algorithms in PyTorch.
MIT License
1.41k stars 253 forks source link

i have a question about train? #96

Closed E18301194 closed 4 years ago

E18301194 commented 4 years ago

(Seg) maran@cvpruser:/DATA/maran/anaconda3/Project/TorchSeg/model/psanet/ade.psanet.R50_v1c$ python train.py Traceback (most recent call last): File "train.py", line 14, in from network import PSPNet File "/DATA/maran/anaconda3/Project/TorchSeg/model/psanet/ade.psanet.R50_v1c/network.py", line 10, in from base_model import resnet50 File "/DATA/maran/anaconda3/Project/TorchSeg/furnace/base_model/init.py", line 3, in from .xsnet import XSNet, xsnet16, xsnet18, xsnet18v2, xsnet1x18, xsnet23, \ ModuleNotFoundError: No module named 'base_model.xsnet' thx for you code, i have aquestion about train. i take 'python train.py' on '/model/psanet/ade.psanet.R50_v1c'. i don't know how solve this question.I can't find 'xsnet' .Can you help my?

yu-changqian commented 4 years ago

Thanks for pointing it out. I have solved this problem.