Giorgio Regni
Giorgio Regni
Preset builder should be it's own activity and saved presets must appear in the list of presets on the main page after they are created Eventually, we want users to...
Thanks @KOLANICH let me take a look at that paper
Hi, sorry I just saw your ticket now. Can you tell me what exactly happen when you say audio changes? Is it quieter or does it mute competely?
I am going to rebase my local fork and see how much work is still required to make it work.
Thank you! We're going to start reviewing shortly. See you at 10!
Thank you Sidney!
The juicy parts :) : `units= CONFIG['lstm_hidden_size'] dropout = .1 # design network inputs = Input(shape=(48, 4)) firstconv = Conv1D(30, 3)(inputs) firstconv = LSTM(30)(firstconv) firstconv = Dropout(dropout)(firstconv) firstrnn = LSTM(30)(inputs)...
Thank you Melissa! We're going to start reviewing shortly. See you at 10!
Perfect, thank you!
Thank you @willex, I'll check this out tomorrow. Maybe there was an update to the base deepo image has it works well on my mac without a gpu.