Junyan Jiang
Junyan Jiang
You may try this link. http://mtg.upf.edu/ismir2004/contest/tempoContest/data1.tar.gz It worked for me at this time.
> This audio is missing now :( Can you provide one? thanks a lot @superbock @instr3 @Aaaaaaada I think the link still works. Is there a problem with the downloaded...
Hi Brian, Thank you for your fast response! 1. By pre-trained model I mean the saved weights per-fold contained in this repo. 2. The 1217 dataset is acquired from you...
Hi Brian, Sorry for the late reply. I reran the notebook in a clean environment and the problem still exists. I doublechecked that the model is the one with +augmentation....
Hi Brian, After some investigation, we found an earlier version of this repo, whose model is consistent with the result in the paper: https://github.com/bmcfee/ismir2017_chords/tree/c9c2bfd0e7e5feba7ad2605522487666fa610a43/data/model_deep_struct_aug We are using this version of...
I also got the memory issue. My PC has 96GB physical memory but it still crashed. In the task manager we can see that even if the physical memory is...
Here is the memory error I captured: ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "E:\miniconda3\envs\SubPlz\Scripts\subplz.exe\__main__.py", line 7, in...
I tried to debug the code a little bit. I think the reason is simply because in the command `alignment = aligner.align(text_joined, transcript_joined)[0]` The lengths `len(text_joined)` and `len(transcript_joined)` are too...
Training is affected by random seeds; It might produce different results on different runs. Ideally it should produce a similar results as in the paper. If you noticed a significant...