SIGN IN SIGN UP

🧑‍🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

0 0 136 Python

Update __init__.py

This formula is wrong, there is one symbol '-' missing in front of the 1, which will affect people's understanding when reading. What is expressed here is that the position of the ith token is increasing from -(i-1) to 0, so it should be -1.
M
MrYXJ committed
830161b299cfe0b653a5eea5175b4dc53a1da9f2
Parent: f42c0e9
Committed by GitHub <noreply@github.com> on 11/13/2023, 4:30:26 PM