batrlatom

Results 22 issues of batrlatom

Hi, I have tried to test your implementation, but have a problem to make it run correctly. Do you know what the problem could be? env: fresh conda env, python...

I was trying to export your code into the torchscript and onnx, but without any success. Would you mind to add export example?

## Bug Description Hi, I have hard times to export retinanet or mask-rcnn. I successfully traced models both from torchvision and detectron, but it fails to compile. Since there are...

bug
feature request
component: converters
component: partitioning

Hi, just asking ... are you planning to make a Dockerfile? Looks like people having problems making the stuff run

Tensorrt would increase the speed of the model 3x. It would help to make it usable on devices like jetson nano and jetson xavier nx.

Hi, I have tried to train and deploy simplest model possible with csv structure like this : item | user | label I am trying to save the model, but...

Hello. I am unable to make work hard triplet mining and balanced batches. I think that we had a discussion about it here, but so far I think embedding are...

Hi, could you please check this error? It could be a problem with the hub server. ``` model = torch.hub.load('pytorch/vision:v0.9.0', 'deeplabv3_resnet50', pretrained=True) File "/opt/conda/lib/python3.8/site-packages/torch/hub.py", line 362, in load repo_or_dir =...

I am able to compile the code with CUDA 10.0, but I am getting errors in later versions: ` from /home/tom/miniconda3/envs/torch16/lib/python3.8/site-packages/torch/include/torch/extension.h:4, from /home/tom/Development/yolact/external/DCNv2/src/cpu/vision.h:2, from /home/tom/Development/yolact/external/DCNv2/src/dcn_v2.h:3, from /home/tom/Development/yolact/external/DCNv2/src/vision.cpp:2: /home/tom/miniconda3/envs/torch16/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:268:30: note: declared...