Transformer experiment logs (#130)

This commit is contained in:
Varuna Jayasiri
2022-06-27 14:11:44 +05:30
committed by GitHub
parent f7262109c6
commit e09ee89f36
12 changed files with 383 additions and 372 deletions

View File

@ -5,7 +5,7 @@ with open("readme.md", "r") as f:
setuptools.setup(
name='labml-nn',
version='0.4.124',
version='0.4.125',
author="Varuna Jayasiri, Nipun Wijerathne",
author_email="vpjayasiri@gmail.com, hnipun@gmail.com",
description="🧑‍🏫 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit), optimizers (adam, radam, adabelief), gans(dcgan, cyclegan, stylegan2), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, etc. 🧠",
@ -20,7 +20,7 @@ setuptools.setup(
'labml_helpers', 'labml_helpers.*',
'test',
'test.*')),
install_requires=['labml>=0.4.152',
install_requires=['labml>=0.4.153',
'labml-helpers>=0.4.88',
'torch',
'torchtext',