neural-style-audio-torch
neural-style-audio-torch copied to clipboard
Torch implementation for audio neural style.
It will be helpful if you add documentation to the code especially invert_spectrogram.py
I tried porting the code to PyTorch, specifically the Tensorflow version. The latter works perfectly. But with PyTorch when I use optim.LBFGS, I run into exploding gradients/no updates on the...
When attempting to use the texture synthesis example, I get the following error (line 424 is the code line that is loading the parameter means file): ``` /Users/mz2/torch/install/bin/luajit: /Users/mz2/torch/install/share/lua/5.1/torch/File.lua:375: unknown...