Teravus

Results 13 comments of Teravus

Side note, this seems to be cpu time spent loading the .wav files. Would it be better to have an array/map of the loaded wav file and then simply clone...

Note: It runs at about twice the speed per batch with Librosa caching enabled. Environment variables: LIBROSA_CACHE_DIR = dir, LIBROSA_CACHE_LEVEL = 50

I've been playing with Tacotron2's inference notebook.. but so far just noise for me. I copied the mel2wav folder and my checkpoint log directory to the tacotron2 directory I end...

This will be in your log directory along with your checkpoint.

I know this is old, but I want to point out that you can run GPT-2 interference on a GTX 2080ti in Linux... but not Windows. The reason for this...

I can also confirm also that Hyper-V Manager and the Hyper V Management Service on a physical machine with this hack is upset with this sometimes. The issue is fairly...

There is a tutorial about packaging (creating a cat.. etc) and signing drivers somewhere on the internet. Back when I tested it, that's what I did.. so driver signing was...

I know that this is old, but I've gotten an extremely hacked up program based on information in neewerlight.swift to turn on and off 660 pro LEDs using InTheHand.BluetoothLE on...

At least for me, my problem was number of frames, given that they were all loaded in vram. I solved it with some trivial code changes that batched the frames...

> > At least for me, my problem was number of frames, given that they were all loaded in vram. I solved it with some trivial code changes that batched...