You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your great work on this project. I'm currently attempting to fine-tune the model on my dataset, but I've encountered an issue. It seems that the link to download the pre-trained model is out of date and not functioning. Could you please provide an updated link or resend it?
The error I received is as follows:
`Model file /home/e222/.encoding/models/resnet101-2a57e44d.pth is not found. Downloading.
Traceback (most recent call last):
File "train.py", line 179, in
train(cfg, logger, logdir)
File "train.py", line 69, in train
teacher = get_model(cfg["teacher"], t_loader.n_classes)
File "/home/e222/video/TDNet-master/Training/ptsemseg/models/init.py", line 30, in get_model
model = model(nclass=nclass, **param_dict)
File "/home/e222/video/TDNet-master/Training/ptsemseg/models/td4_psp/pspnet_4p.py", line 61, in init
norm_layer=norm_layer, root=root)
File "/home/e222/video/TDNet-master/Training/ptsemseg/models/td4_psp/resnet.py", line 298, in resnet101
get_model_file('resnet101', root=root)), strict=True)
File "/home/e222/video/TDNet-master/Training/ptsemseg/models/td4_psp/utils/model_store.py", line 75, in get_model_file,overwrite=True)
Hi there,
Thank you for your great work on this project. I'm currently attempting to fine-tune the model on my dataset, but I've encountered an issue. It seems that the link to download the pre-trained model is out of date and not functioning. Could you please provide an updated link or resend it?
The error I received is as follows:
`Model file /home/e222/.encoding/models/resnet101-2a57e44d.pth is not found. Downloading.
Downloading /home/e222/.encoding/models/resnet101-2a57e44d.zip from https://hangzh.s3.amazonaws.com/encoding/models/resnet101-2a57e44d.zip...
Traceback (most recent call last):
File "train.py", line 179, in
train(cfg, logger, logdir)
File "train.py", line 69, in train
teacher = get_model(cfg["teacher"], t_loader.n_classes)
File "/home/e222/video/TDNet-master/Training/ptsemseg/models/init.py", line 30, in get_model
model = model(nclass=nclass, **param_dict)
File "/home/e222/video/TDNet-master/Training/ptsemseg/models/td4_psp/pspnet_4p.py", line 61, in init
norm_layer=norm_layer, root=root)
File "/home/e222/video/TDNet-master/Training/ptsemseg/models/td4_psp/resnet.py", line 298, in resnet101
get_model_file('resnet101', root=root)), strict=True)
File "/home/e222/video/TDNet-master/Training/ptsemseg/models/td4_psp/utils/model_store.py", line 75, in get_model_file,overwrite=True)
File "/home/e222/video/TDNet-master/Training/ptsemseg/models/td4_psp/utils/files.py", line 58, in download
raise RuntimeError("Failed downloading url %s"%url)
RuntimeError: Failed downloading url https://hangzh.s3.amazonaws.com/encoding/models/resnet101-2a57e44d.zip
`
Thank you for your assistance.
Best regards,
The text was updated successfully, but these errors were encountered: