RohitMidha23

Results 19 comments of RohitMidha23

@PhilipsKoshy can you share the code snippet you used for two line detection?

> You can download it from here: > https://storage.googleapis.com/openimages/v5/class-descriptions-boxable.csv Hey, @ZFTurbo I'm getting a KeyError when I use this file. Is there any other version I can use?

Has a fix been found for this? @vgrem Facing a similar issue when downloading from sharepoint in a docker container.

When are we expecting a resolution on this? @nickstenning

@hwchase17 @nfcampos can you please review?

can you make your notebook public and accessible?

@zoq when do you plan to put up your web interface?

For those who might also face this same issue, the fix is to load faster_whisper models first and then the HuggingFace model. Not sure why that works.

Still facing this issue with other models. @trungkienbkhn any idea?

@trungkienbkhn it is a finetuned model on whisper-large-v2. The command I used is: ```bash ct2-transformers-converter --model "model_path" \ --output_dir "output_model_path" \ --copy_files tokenizer_config.json preprocessor_config.json special_tokens_map.json generation_config.json \ --quantization float16 ```