PyTorch-Encoding icon indicating copy to clipboard operation
PyTorch-Encoding copied to clipboard

A CV toolkit for my papers.

Results 114 PyTorch-Encoding issues
Sort by recently updated
recently updated
newest added

How can I pass the batch_size to an script that is making use of encoding python package? ``` (torchenc) mona@goku:~$ python test_torch_encoding.py --batch_size 8 Traceback (most recent call last): File...

Could you please suggest how I should fix this problem? ``` (torchenc) mona@goku:~$ python test_torch_encoding.py /home/mona/venv/torchenc/lib/python3.8/site-packages/torch/cuda/__init__.py:52: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly...

![2020-12-02 21-44-48 的屏幕截图](https://user-images.githubusercontent.com/54702384/100947409-90e46b80-3540-11eb-938d-e1e1dd46c744.png) just like this.it just stopped here.

Traceback (most recent call last): File "eval.py", line 185, in main() File "eval.py", line 86, in main model = neurvps.models.VanishingNet( File "C:\Users\Dimple\neurvps\neurvps\models\vanishing_net.py", line 23, in __init__ self.anet = ApolloniusNet(output_stride, upsample_scale)...

I am using pytorch 1.6.0, CUDA 10.2 and Pytorch_encoding master branch. ``` Traceback (most recent call last): File "train_SSL.py", line 612, in main() File "train_SSL.py", line 438, in main pred...

bug

with specification below ``` torch==1.4.0 torchvision==0.5.0 pycocotools==2.0.0 ``` I run ``` python setup.py install in the working directory ``` and run ``` python train_dist.py --dataset coco --model deeplab --backbone resnest50...

想知道您划分的比例是多少,因为我按照您的代码运行出来的准确率有点差异。代码中每隔10个迭代次数进行一次测试还是验证?谢谢您的回答。

Hi, I'm working on converting the trained model to format .pt which can be used in c++, and there are some functions not supported by TorchScript(torch.jit). In functions/encoding.py line 61...

Are there plans to enable mixed precision training? Thanks

Hi, I found this error when I use torch 1.4 ![image](https://user-images.githubusercontent.com/35756747/100959971-f8ef7d80-3551-11eb-8f7f-fc9ac0548bef.png) but when I upgrade to torch version to 1.5, I found this error ![image](https://user-images.githubusercontent.com/35756747/100960029-115f9800-3552-11eb-9290-bc59b734609d.png) can anybody help me with...