Dan Ruta

Results 39 comments of Dan Ruta

Thanks for the support. This was initially a small project I made to learn how neural networks worked (with the WebAssembly version being an engineering project I chose for my...

Hey. It's possible that some things may have changed with the way things are compiled, in WebAssembly. This was (I think) quite early on, and I have moved on to...

Hey. Thank you. Ok to do whatever with this, apache2 is fine! I've added it in.

The app is already portable, if you get it from the nexus or steam. If you mean having multiple instances running at the same time, that's not yet possible due...

The app is an electron app (a chrome browser that runs on nodejs). The localstorage caching is saved in AppData. But this might need changing, for any future multi-instance support,...

Yeah, this is maybe not the best design. That's a good idea, to use a root path instead of a PROD flag, thank you! Though the flag is I think...

What are your: OS version, CUDA version, Python version, GPU, and have you got tensorflow gpu or cpu installed (or both)? You can track this issue here, also: https://github.com/Rayhane-mamah/Tacotron-2/issues/73 https://github.com/Rayhane-mamah/Tacotron-2/issues/87

Thank you for your detailed post regarding this. I admit, this section was a little bare. It is true, CUDA and pytorch are necessary dependencies. I am unsure what the...

Hi there. xVA is just an app for doing inference (with editing) for FastPitch models. Your best bet is to head over to NVIDIA's github page for FastPitch, where they...

It's in the packaged/compiled release, over here: https://github.com/DanRuta/xVA-Synth/releases I'll make sure to add a note, specifying this. Thanks for pointing that out.