tig3rmast3r

Results 9 comments of tig3rmast3r

just as a note dont know if is related, i had to manually install madmom cloning from its git (else it gives error in win10), also i had to upgrade...

Here's the full stack printed from powershell, looks like "file not found" Traceback (most recent call last): File "C:\Users\xxxxx\AppData\Roaming\Python\Python311\site-packages\gradio\routes.py", line 442, in run_predict output = await app.get_blocks().process_api( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\xxxxx\AppData\Roaming\Python\Python311\site-packages\gradio\blocks.py",...

Hi there, i've just modified this line https://github.com/hugofloresgarcia/vampnet/blob/a66dc9cb8aa8494f8d8ed53ac1e5bf99a6d6483e/vampnet/mask.py#L199 with `with tempfile.NamedTemporaryFile(suffix='.wav',delete=False) as f:` and it works! it's probably going to grow temp folder overtime, not that clever solution but given...

Hi Hugo, glad you liked it, i played with that a lot but never found the time to do a good recording, i'm planning to make a youtube video sooner...

is it normal that training with identical parameters and dataset on linux gives different results than windows? i'm telling this because i trained a model for a few days and...

i def have a problem in linux did a longer training tonight in windows with same values as linux. this is only 10 epochs for coarse + 20 for c2f,...

i did a quick test and looks that the problem is with torch.compile command. removing torch.compile from train.py solved the problem in linux. Do you have a specific combination of...

i've finally found a working combination, honestly i haven't found the root issue but i can use linux now! i tried both home and i'm actually training on vast.ai with...

the models links are on the readme, they go into vampnet/models if you are on linux just use miniconda with python 3.9 and follow instructions on the readme you only...