Ben

Results 9 comments of Ben

For some reason my config file contained this: `HDF5_INCLUDE_PATH = "/usr/local/Cellar/hdf5/1.8.19/include;/usr/local/opt/szip/include"` Which I simply changed to this: `HDF5_INCLUDE_PATH = "/usr/local/Cellar/hdf5/1.8.19/include"` I have no idea where the extra `;/usr/local/opt/szip/include` came from.....

I'm not sure what's going on here, but you can change the silence threshold in the command without making changes to train.py or generate.py: `python train.py --data_dir=/04Training --restore_from=./logdir/train/2018-06-02T14-51-04 --silence_threshold 0.001`...

If you're an a Mac you can press Ctrl + Z (not Cmd). To start again type `fg 1`

To me it seems it outputs the amount of files every time it gets through the entire file / files. This probably means it took only one step to get...

Very accurate

I can see the graphs while/after training, but I can't playback the sounds after generating. It always shows 3 audio players, but none of them work.

I also noticed this issue. A temporary solution could be to reject APNG images, until it's fixed. That way users won't have to find out the hard way..

My guess is that this doesn't use React Context yet. If there could be something like a ``, you could use that multiple times and even nest them, where the...

For some reason my config file contained this: `HDF5_INCLUDE_PATH = "/usr/local/Cellar/hdf5/1.8.19/include;/usr/local/opt/szip/include"` Which I simply changed to this: `HDF5_INCLUDE_PATH = "/usr/local/Cellar/hdf5/1.8.19/include"` I have no idea where the extra `;/usr/local/opt/szip/include` came from.....