mimbres / neural-audio-fp

https://mimbres.github.io/neural-audio-fp
MIT License
179 stars 25 forks source link

Code of now playing model #11

Closed krishvishal closed 9 months ago

krishvishal commented 3 years ago

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

mimbres commented 3 years ago

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.

Not today, but I will make it soon!

guillemcortes commented 2 years ago

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?

mimbres commented 2 years ago

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

krishvishal commented 2 years ago

@mimbres is the code uploaded?

mimbres commented 2 years ago

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

mimbres commented 2 years ago

@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.