adrienchaton

Results 57 comments of adrienchaton

Hi, I have seen their new paper but haven't read it properly yet. Maybe I'll try reproduce the CDPAM model with Pytorch, I also have plan on working on some...

Hi, The paper is from Pranay Manocha and you can access the data from his official repo https://github.com/pranaymanocha/PerceptualAudio/tree/master/dataset

It's a while ago that I downloaded the dataset, not sure which link I used since there are different ones on the official repo http://percepaudio.cs.princeton.edu/icassp2020_perceptual/audio_perception.zip http://percepaudio.cs.princeton.edu/icassp2020_perceptual/data_saved.npy I would think I...

Hi Pranay, Thank you a lot for looking into it and all the useful feedbacks so far. I will update the codes and upload a pretrained model with the final...

I updated the codes and tried to clarify in the readme some parameters I added. pretrain.py should allow to load one of 3 models that were trained on different subsets...

Hi Pranay, Thank you for making the effort to have a look into the Pytorch coding. On my side I am not so familiar with TF so I try my...

Hi Pranay, Thank you for pointing this out. Equation (1) in the paper only divides by the time dimension, although it doesn't make sense I divided by the batch size...

Hi Pranay, I updated the pretrain.py and replaced pretrained models with two that were trained with the correct distance averaging (time and channel dimensions) The models are 'dataset_combined_linear' and 'dataset_combined_linear_tshrink'...

Thanks for your reply, I am still stuck with this error and could not use Evo model yet. Here is the full trace, the same happens if I try to...

@Zymrael in case that is relevant, I also tried to manually download the checkpoints and load from the local copies but it didn't help (same error). And I also tried...