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
although after this step the row level percentages sum up to 100%, taking the dropout
wei = self.dropout(wei)
the values increase above 100%. Any reason for that? Does it cause any issues? I mean the overall calculation shouldn't be effected too much, other parts of the network can overcome this issue, but still.
The text was updated successfully, but these errors were encountered:
I'm running this as a Jupyter Notebook, so there might be some inconsistencies, but I don't appear to be getting this when I intercept wei and check its values. Can you maybe provide some more detail around this?
It doesn't make sense to me, but
although after this step the row level percentages sum up to 100%, taking the dropout
the values increase above 100%. Any reason for that? Does it cause any issues? I mean the overall calculation shouldn't be effected too much, other parts of the network can overcome this issue, but still.
The text was updated successfully, but these errors were encountered: