Open Tony199110 opened 1 year ago
Hi tony, can you please send the training code you wrote? also did you figure out the GPU requirements?
Hey @Tony199110 I am interested as well
Hi @Tony199110 it would be great if you send us your training file.
@Tony199110 Hi tony, can you please send the training code you wrote?
In order to help you optimize your training loop, please share your code or at least some code snippets @Tony199110. 👌
I wrote the full training code as I interpreted the paper. After a week of training, I found some problems and wish author's respond. 1. when batch size = 2, one 4090's memory runs out, which means one set of frames costs about 10GB memory. 2. As mentioned in 1, one epoch of 1/5 VoxCeleb2 dataset cost nearly a day. 3. I use intermediate checkpoint to do inference in one 4090, the fps is about 40. So, i'd like to know much training time is needed base which kind of GPU. Thanks in advance.