PyTorch-Encoding
PyTorch-Encoding copied to clipboard
A CV toolkit for my papers.
Very great repository. Here i have some questions about the training process of Pascal VOC. When i check the train_aug dataset prepared by the prepare_pascal.py script, i notice that the...
the download link of this ResNet-50 backbone is not available, could you please re-upload the .pth file? Thanks for your time! The unavailable link is shown below: https://hangzh.s3.amazonaws.com/encoding/models/resnet50-ebb6acbb.zip
作者您好 前阵子因为环境问题执行不了 (现在可以了) 但发现有些问题 1. 首先我利用 model = encoding.models.get_model('DeepLab_ResNeSt50_ADE', pretrained=True) 是可以训练的,但训练完的模型要做test时却出现以下错误 model = torch.load(str(model))  改成以下 model = torch.load(str(model), map_location='cuda:0') 是可以执行,但我想知道为什么? 麻烦了! 2 model = encoding.models.get_model('fcn_resnest50_ade', pretrained=True) 这边我改用FCN,但程式在执行到这行时就已经先占GPU 大概1G 然后到train的过程时,又占另一颗GPU...
do we need to scatter the input by ourself, since it is weird that len(modules) should equal to the len(inputs) ? hope your help, thanks!
My environment *********************** OS Windows 10 Pytorch 1.4.0 torchvision 0.5.0 cudatoolkit 10.1 ninja 1.8.2 Python 3.6.5 *********************** I get the following error when I run "import encoding" **" UnicodeDecodeError: 'utf-8'...
How to use the ResNeSt model pre-trained on Imagenet with stride-8? thank you.
this should work https://gist.github.com/qianyizhang/2fbd0c72024dd0a0fd37cd458aa8ee8f _Originally posted by @qianyizhang in https://github.com/zhanghang1989/PyTorch-Encoding/issues/185#issuecomment-510403997_ Thank you for the wonderful work! I also want to konw how to complete functions scaled_l2 and aggerage,but i can't...
Pytorch vision: 1.4.0; torchvision:0.5.0; cuda vison:10.2 I run the train_dist.py follow the tutorial of https://hangzhang.org//PyTorch-Encoding/tutorials/texture.html. I met a problem "train_dist.py: error: unrecognized arguments: --lr-step 60". I delete ''--Ir-step 60" and...
hi, I get this error, who can help me ? thanks!!! Traceback (most recent call last): File "/home/lpeng/anaconda3/envs/laneseg/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 946, in _build_extension_module check=True) File "/home/lpeng/anaconda3/envs/laneseg/lib/python3.6/subprocess.py", line 418, in run output=stdout,...