The paper introduced Retrieval Enhanced Transformer (RETRO) - 25X smaller than GPT-3 with comparable performance.
Link to paper and other related resources such as code, discussions and tweets:
It identifies research papers mentioned in websites you visit and shows a 2-line summary, availability code/videos/discussions, popularity on Twitter, and conferences.
π§΅π
2/4 We released the source code of the extension
π§΅π
2/ This removes noise (denoise) step-by-step to generate images. It adds noise to an image from the dataset iteratively and a model is trained to predict the noise at each step.
This isn't deep learning. But it'll be interesting if you do machine learning, like incomplete information games or play #poker.
π§΅π
2/8) Kuhn Poker is a simple 2-player betting game with three cards (A, K, Q). A single card is dealt to each player. Players take turns betting chips and the player with the higher card wins the chips. If a player folds the other player wins the chips.
π
May 23, 2021 β’ 5 tweets β’ 4 min read
1/4) Simple StyleGAN2 implementation (with notes) in @PyTorch in less than 500 lines of code (including training)