Remi
Remi
Is there anyway that I can use your weight to do inference via webcam? Would it be prossible if you could provide inference part. I have tried to use the...
I prefer using faster whisper, if you need to do demo with it too, here is the revised code: ```python import argparse import torch import os import pickle from args...
I tried to perform inference on an x1 GPU 4090 with 24GB, it worked. Now, I am trying to train this model and reduce the GPU memory usage as much...