You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read this about categorical_crossentropy. Perhaps I should be using the binary_crossentropy (their simple auto-associator sounds vaguely similar to what I'm doing). - oops, we are already using the binary_crossentropy!
Try MSE
doesn't like producing 5 outputs?
try single-appliance experts.
smaller seq length?
smaller batch size?
doesn't like range of targets (maybe shouldn't get right to 1?)
quantized inputs
do we get NaNs if we remove the Conv1D layers?
do we get NaNs if we swap from BLSTM to LSTM?
do we get NaNs if we remove (B)LSTM layers?
Hacks:
Save, say, last 5 training examples. When we hit a bad patch, examine these examples.
Save network weights. If we get a bad bit of training then revert network to, say, 5 steps ago.
The text was updated successfully, but these errors were encountered:
Ideas:
old_X
andold_y
)try single-appliance experts.
The text was updated successfully, but these errors were encountered: