Evgenii

Results 7 issues of Evgenii

Есть ли возможность выложить видео записи лекций? Возможно они уже где-то выложены?)

### Branch/Tag/Commit main ### Docker Image Version nvcr.io/nvidia/pytorch:23.04-py3 ### GPU name T4 ### CUDA Driver 470.141.03 ### Reproduced Steps I'm trying to run `calib.sh` from `https://github.com/NVIDIA/FasterTransformer/tree/main/examples/pytorch/vit/ViT-quantization` And I'm getting an...

bug

Hello, I'm trying to send image in binary format to triton server with Dali preprocessing I'm trying to send JPEG or PNG images as bytes but getting error about `Unrecognized...

help wanted

How can I make predictions with your model from `checkpoints/USPTO50K_typed_checkpoint.pt` ? I've made all the steps before `bash train.sh` P.S I try to use them with script translate.sh from `/OpenNMT-py/script/USPTO50K-aug-typed/translate.sh`...

I'm unable even to run demo `demo/inference.ipynb` Cause when I'm trying to install requirements, by running: ``` if 'COLAB_GPU' in os.environ: !pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121 -q !pip...

I want to generate synthetic dataset for OD, and I only want to place my 3d object in the exact coordinates on my background Is it possible?

Hi @ArgoHA ! Thank you for this amazing work, I really enjoy this repo style And I'm getting strong accuracy from D-Fine model But I'm seeing slow training and I...