Gerasimov Maxim
Gerasimov Maxim
I spent some time and adapted RuCLIP to onnx format. Add inference example. [Github link](https://github.com/Lednik7/CLIP-ONNX/blob/main/examples/RuCLIP_onnx_example.ipynb)
Hi, I used googletrans==3.1.0.0 for languages: Russian, Kazakh, Spanish, Italian, French **translated-datasets/databricks-dolly-15k-{language}.jsonl** - translation of databricks-dolly-15k.jsonl for language - part of the data (up to 600) was lost during the...
When I ran the script, I encountered an issue where setting W=64 and H=64 caused the script to stop working on the last step of the progress bar. It crashed...
I tried P100 kaggle session with: ```python3 !python -m pip install pip==21.2.4 !pip uninstall fairseq !git clone https://github.com/OFA-Sys/OFA !cd OFA && pip install -r requirements.txt !cd OFA/run_scripts/caption && sh evaluate_caption.sh...