Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 4.66 KB

README.md

File metadata and controls

68 lines (43 loc) · 4.66 KB

Today I Learned

Collection of Today I Learned snippets inspired from simonw/til

colab

containers

cuda

git

fastai

information-retrieval

java

linux

NLP

python

pytorch

  • Effective pytorch : Talks about basics, automatic differentiation, encapsulating the model iwth modules, broadcasting, operator overloading, torchscript, custom dataloaders - 27/10/2021

yaml

  • Learn yaml in Y minutes : Talks about basics of yaml, how to duplicate content across the document using 'anchors', regexp << indicating that all the keys of one or more specified maps should be inserted into the current map and more. - 13/11/2021