sbenthall / deeptune

Music style transfer
MIT License
2 stars 0 forks source link

using song recognition model, do style transfers on pairs of fragments #12

Closed sbenthall closed 4 years ago

sbenthall commented 4 years ago

Using the song recognition model from #10, and given two fragments, perform a style transfer from the second fragment to the first.

sbenthall commented 4 years ago

https://github.com/sbenthall/deeptune/commit/2ea88b7e9dc16d1640e58c452960efc202cc9dff

sbenthall commented 4 years ago

15 needed for testing.

sbenthall commented 4 years ago

While there is now a non-breaking setup for a 'style transfer' from one fragment to another, the 'transfer' is not audibly convincing.

This is likely due to the weakness of the current model architecture, which probably is not capturing content and style in an appropriate way.

sbenthall commented 4 years ago

With #18 this seems to be working...