We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thank you for great repository !!!
When I tested pretrained model, there was error in this line.
semantic-segmentation/tools/infer.py
Line 71 in 492231c
@torch.inference_mode() method is implemented in torch version 1.9. later.
@torch.inference_mode()
So, I would be appreciate if you could change torch version in README from >= 1.8,1 to >= 1.9 .
The text was updated successfully, but these errors were encountered:
你好,请问有使用camvid数据集吗,我使用DDRNet训练过程中损失出现nan,cityscapes数据集没有这个错误
Sorry, something went wrong.
No branches or pull requests
Hi, thank you for great repository !!!
When I tested pretrained model, there was error in this line.
semantic-segmentation/tools/infer.py
Line 71 in 492231c
@torch.inference_mode()
method is implemented in torch version 1.9. later.So, I would be appreciate if you could change torch version in README from >= 1.8,1 to >= 1.9 .
The text was updated successfully, but these errors were encountered: