Need to old version
Hi, is there an old version of encoding? because the project to run depends on your old version of encoding, the current version does not support.
Traceback (most recent call last):
File "train_mobile.py", line 16, in
pytorch 1.0.0
Hi, is there an old version of encoding? because the project to run depends on your old version of encoding, the current version does not support.
need support pytorch version = 0.3.0
try pip install torch-encoding==
Now support PyTorch stable 1.0 https://github.com/zhanghang1989/PyTorch-Encoding/pull/156
Hi, Does this SynBatchNorm support PyTorch0.3.1 version? Thanks
Sorry that we don’t support older versions. I will try to keep the package compatible with the latest master branch.
Hi, I found a similar issue.
The tutorial on this page (https://hangzhang.org/PyTorch-Encoding/experiments/texture.html) includes a test of the pre-trained model on MINC-2500, but the line
python main.py --dataset minc --model deepten_resnet50_minc --nclass 23 --pretrained --eval
doesn't work anymore. Specifically, it might be because of a change made in
PyTorch-Encoding/encoding/datasets/minc.py,
where in class MINCDataset, the init() no longer has 'train' and 'download' parameters.
I understand it is difficult to maintain every script in a large package, nevertheless I would appreciate if those no longer supported functions could be highlighted in a README file under the same folder.
Thanks