We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transformer implementation: https://github.com/PAIR-code/tiny-transformers/blob/main/animated-transformer/src/lib/transformer/transformer_gtensor.ts
Idea: provide a boolean configuration variable to enable/disable dropout. e.g. like positional encodings: https://github.com/PAIR-code/tiny-transformers/blob/main/animated-transformer/src/lib/transformer/transformer_gtensor.ts#LL59C8-L59C27
TODOs:
Context:
The text was updated successfully, but these errors were encountered:
fwiw here's the haiku implementation that Asma and I have been working off of.
We've mostly been turning it off — I think it leads to redundancy/backup circuits.
Sorry, something went wrong.
aliciafmachado
No branches or pull requests
Transformer implementation: https://github.com/PAIR-code/tiny-transformers/blob/main/animated-transformer/src/lib/transformer/transformer_gtensor.ts
Idea: provide a boolean configuration variable to enable/disable dropout.
e.g. like positional encodings: https://github.com/PAIR-code/tiny-transformers/blob/main/animated-transformer/src/lib/transformer/transformer_gtensor.ts#LL59C8-L59C27
TODOs:
Context:
The text was updated successfully, but these errors were encountered: