Qaiser Abbas
Qaiser Abbas
Hey thanks for the open sourcing your project. Can you please share the requirements.txt file ?
Here's my code ``` import torch from onnx2torch import convert # Path to ONNX model onnx_model_path = 'tfmodel.onnx' torch_model_1 = convert(onnx_model_path) ``` When I run the script following error occurs...
I used the following code to generate the augmented paraphrased sentences. After the last model's output changed to NoneType. Although I am iterating over my question lists, it outputs None....
Hi everyone. I have transcribed a video using transformers library. Now I have a temporary .txt file for video transcription. I am using pysrt for creating a .srt file for...
I am trying to quantize a [Wav2Lip](https://github.com/Rudrabha/Wav2Lip) PyTorch model. When I run the code using fbgemm backend. I run into the following error. `AssertionError: Per channel weight observer is not...
Added a Data Augmentation related paper