Guilherme

Results 5 comments of Guilherme

If you're making an extension for chrome, I don't think python will work, it has to be just javascript,

What I did was create an API that follows the OpenAI api standard, this way I only needed to set openai.api_base = 'my_url' and it worked fine. There is also...

Looks like the image is build with the variables ? Anyway that i can build the images without vars and set when starting the container ?

> Your .wav file should already have the .npy versions along with it. Did you run cell 6 to convert .wav files into mel spectrograms? Also be sure to change...

I just discovered something: changing .npy to .wav causes the list.txt file to be saved empty. This happens because the function checks if the file referring to that transcription exists...