neural-audio-fp icon indicating copy to clipboard operation
neural-audio-fp copied to clipboard

Code of now playing model

Open krishvishal opened this issue 3 years ago • 6 comments

Is it possible include code for the Google's now playing model here? Even if it's not functional.

krishvishal avatar Jul 12 '21 11:07 krishvishal

Yes, it's planned. But I didn't include a config file for that, because I need to test if the triplet loss works correctly after migrating to this open project. Actually the triplet loss function is exactly for that.

  • [x] unit-test triplet loss
  • [x] fix train.py
  • [x] write a config template for the now-playing mode: 2 sec input (original) and 1sec input for modified version.
  • [x] unit-test nnfp.py (done)
  • [x] test-drive of training

Not today, but I will make it soon!

mimbres avatar Jul 12 '21 12:07 mimbres

Hi @mimbres sorry to bring this up, what's the actual status of the project? Are you still working on it? Do you plan to release this code?

guillemcortes avatar Jan 17 '22 15:01 guillemcortes

@guillemcortes Sorry, somehow I forgot about this. I'll update it in a week.

mimbres avatar Jan 17 '22 23:01 mimbres

@mimbres is the code uploaded?

krishvishal avatar Feb 15 '22 08:02 krishvishal

@krishvishal No, it's still being delayed. I'll notify when it's updated.

mimbres avatar Feb 15 '22 12:02 mimbres

@krishvishal @guillemcortes Now-playing model with Online (semi-hard) triplet loss is now available.

python run.py train CHECKPOINT_NAME -c now_playing

Results and pre-trained model will be available in this week.

mimbres avatar Mar 02 '22 13:03 mimbres