neural-audio-fp
neural-audio-fp copied to clipboard
Code of now playing model
Is it possible include code for the Google's now playing model here? Even if it's not functional.
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!
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 Sorry, somehow I forgot about this. I'll update it in a week.
@mimbres is the code uploaded?
@krishvishal No, it's still being delayed. I'll notify when it's updated.
@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.