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
mask_zero: Whether or not the input value 0 is a special "padding" value that should be masked out. This is useful when using recurrent layers which may take variable length input. If this is True then all subsequent layers in the model need to support masking or an exception will be raised. If mask_zero is set to True, as a consequence, index 0 cannot be used in the vocabulary (input_dim should equal size of vocabulary + 1).
The text was updated successfully, but these errors were encountered:
@jandom exactly. Weights were an awesome remedy, but as you might have noticed, networks still were trying to predict points at the boundaries, which is a bit worrisome.
Just an idea! Instead of weights.
From: https://keras.io/layers/embeddings/
The text was updated successfully, but these errors were encountered: