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
{{ message }}
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
From the code in train.py i found the loss function:
But why does it have the slice [:, 1:] in labels and [:, :-1] in logits? why the slices are not the same?
The text was updated successfully, but these errors were encountered: