Every PyTorch User Should Use This!
Welcome back! PyTorch is an amazing machine learning framework that’s used by many people all over the world, if you’re new to PyTorch, check out the link below to learn more about it:
So, let’s take a look at an awesome project that you should use with PyTorch, this project is called tinygrad, this is essentially the middle ground between PyTorch and Micrograd! If you want to check out their GitHub repository, here is a link to it:
This project aims to be a simple/easy framework to use for training your models, installing this project is very easy, you can clone this repository by using the following command:
git clone https://github.com/geohot/tinygrad.git
cd tinygrad
python3 setup.py develop
At this point you are ready to go! From their GitHub page, here is a basic breakdown of…