Ramin
Ramin
not for me. I am getting: `Exception: No "request" or "websocket" argument on function ""`
In which file is the Onchiam? I can have a look if it happens to me too
not sure if its vlc. I think it spawns a process to find all mp3s in the home folder.
spotify-adkiller.sh line 109 ``` if [[ -z "$(find -L "$LOCAL_MUSIC" -iname "*.mp3" 2> /dev/null )" ]]; then report_error "No music found in the specified location. Please check the settings. Switching...
Thanks for answering. I tried different models including ReLU with a second layer. ReLU, dropouts with 2 or 3 layers and also more nodes (256) on the hidden layers. Nothing...
sure. maybe it is just to complex so it would perform better on more complex tasks. or maybe it needs a different optimiser? 
First time I achieved slightly better results. But the training time is doubled. So... ``` def __init__(self, input_size, hidden_size, output_size): super(RNN, self).__init__() self.hidden_size = hidden_size combined_size = input_size + hidden_size...
Ok lesson learned. NN are weird. Next I tried to use a LSTM this is my architecture: ``` def __init__(self, input_size, hidden_size, output_size): super(RNN, self).__init__() self.hidden_size = hidden_size self.input_layer =...
i would like that feature too. can we maybe try, i send anything in activityPub and the wp settings screen shows it, ... makes it easier setable, from which individual...
ok, lets leave out the "sending anything in activityPub" for now. the basic options I think as a admin on a wp blog with a couple of other users would...