Olga Slizovskaia
Olga Slizovskaia
Hello, this code is using some old Keras API (I don't even remember which version it was, sorry). Please, try using keras.layers.Concatenate layer instead. Best, Olga
Hello, you need to use a config file where these parameters are specified. Examples of configuration files can be found here https://drive.google.com/drive/folders/1Hv9JwPuFIZ4SMlp0jc2OB3PKctcBCdUw for each experiment described in the paper. Kind...
It seems that the dataset that you're using is empty. Please, make sure that you use one of the configs that I mentioned above and specify the folder where the...
Right. I'm not sure in which format the data come from but you surely need to 1) Extract audio from video data - per folder, I believe 2) Downsample the...
Hi! Folders should have the same names as specified in the Dataset class here https://github.com/Veleslavia/conditioned-u-net/blob/master/code/datasets/solos.py Could you please check (when running your code) that the metadata and the data is...
Hello, Unfortunately, I don't recall checkpointing audio files, I would rather checkpoint the model, or store some masks and/or masked spectrograms during the validation after each epoch (most likely to...
Hi! I think you're right, and apparently I don't have access to the pre-processed dataset anymore. I added you to the dev repo for this project (please, accept the invite),...
>> What I intend to do is to input a piece of music to run the inference, and to get a prediction for 13 instruments whether or not presented in...