neural-style-audio-tf
neural-style-audio-tf copied to clipboard
TensorFlow implementation for audio neural style.
I've created a docker image and docker-compose file so that people can get up and running in a single command line: `docker-compose up`. This should make it easier for people...
Hi Dmitry, I wanted to try to do a audio style transfer, but get this error on the optimize and invert spectrum step. Started optimization. INFO:tensorflow:Optimization terminated with: Message: b'STOP:...
You added this 3 years ago, and I am just now finding it. I have been searching for an implementation of neural style that treats music as the images, in...
In your blog, you wrote 1D convolution works better than 2D ones. But this tensorflow version didnt use Conv1D but Conv2D. Why is that? any reason or am I missing...
hello @DmitryUlyanov , based on your github it said to be run on jupyter, can i run it in terminal in ubuntu and how?
in `read_audio_spectum` @ __4th cell__, `S = np.log1p(np.abs(S[:,:430])) `. What's the purpose of constant ***430***? Much thx! @DmitryUlyanov
I'm trying to understand if it would make sense to learn style from a group of examples (in this case, audio files) instead of just one. In the best case...
hello Dmitry, a quick question. How do I produce longer output files with this approach? Should I necessary provide longer inputs or there is another way? Thank you very much...
Hi Dimitry :) I have encountered some kind of error, when trying to transfer style from one song to another. After running few cells, screen goes black and I cannot...
Updated for Python 3 and TF 1.4