-
Hi, while I training this model on multi GPUs some error happened
My code is
`from torch.utils.data.distributed import DistributedSampler
local_rank = torch.distributed.get_rank()
torch.cuda.set…
-
`$ rocminfo
ROCk module is loaded
acgwurvyi7 is member of video group
=====================
HSA System Attributes
=====================
Runtime Version: 1.1
System Timestam…
-
I want to check OpenImagesV6 map value with TResNet_L of onnx.
I check validate.py is for Coco Dataset. Could you provide validate script for OpenImagesV6 dataset ? Or can you give me some sugges…
-
Thanks for such an interesting paper 👍
I want to convert pretrain weight of TResNet_L to onnx but pytorch jit and export to onnx not work with inplace-abn.
I follow the solution which is answere…
-
Hi, I got the following error message when I try to run training code:
Traceback (most recent call last):
Traceback (most recent call last):
File "main.py", line 20, in
File "main.py", line…
-
Hi,i run your code and i find a problem, It is what to choice the TR_ReNet? There are different models,and when i choice the 448*448 on VOC,the errors happen.
![图片](https://user-images.githubusercont…
-
It is amazing your network got better than EfficientNet v1
1. I see your models are in the rank of ResNet50 and above, but do you have something for smaller GPU (capable for training ResNet34) ?
2. …
-
Hello again,
Thank you so much for your quick feedback on my last issue. Appreciate it.
I would like to know if you there is any validation code for PASCAL-VOC dataset in order to reproduce the …
-
Hi,
thank you so much for your great work. I'm doing a project with multi-label classification so I wonder how I can apply your pretrained model for image feature extraction? what I need is to extr…
-
Hi,
I want to to convert the model into torch script and using the call **torch.jit.trace** but it is throwing exceptions.
Exception:
inplace InPlaceABN not supported in the JIT
ERROR: Graphs…