Voveka98
Voveka98
Hello, is there any opportunity to fine tune existing models? Im using trainer folder, and it seems that it trains a new model. Im trying to set config['saved_model'] = folder_with_downloaded_model,...
Hi, is there an opportunity to get original training EasyOCR (only recognition part) data to check some ideas of reworking recognition model for comparing results? Thanks in advance!
### Describe the question. Hi! I have nvidia-dali pipeline where i try to decode video on GPU. I have `nvidia-dali-cuda120==1.51.2` My pipeline looks next way ``` import nvidia.dali.fn as fn...