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
If a layer is set to be in-place, and it is followed by a viewing layer (identity, reshape, etc.), and keep error signals is off, a crash happens in the deep-copy of the tensors during backprop. For now, we will have a very specific check that disables the in-placeness in this case, but we should remove that after the update.
@ndryden@benson31 Pinging you to fix this after new tensors are merged.
The text was updated successfully, but these errors were encountered:
If a layer is set to be in-place, and it is followed by a viewing layer (identity, reshape, etc.), and keep error signals is off, a crash happens in the deep-copy of the tensors during backprop. For now, we will have a very specific check that disables the in-placeness in this case, but we should remove that after the update.
@ndryden @benson31 Pinging you to fix this after new tensors are merged.
The text was updated successfully, but these errors were encountered: