PyTorch-Encoding
PyTorch-Encoding copied to clipboard
A CV toolkit for my papers.
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...
 just like this.it just stopped here.
Error
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...
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  but when I upgrade to torch version to 1.5, I found this error  can anybody help me with...