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
Replace Math.max with iterative version in softmax function (#83)
TODO: In future, replace all min/max/indexOfMin/indexOfMax functions with functions that return index and value of the minimum/maximum at the same time (like PyTorch).
0 commit comments