PyTorch Just Got a Massive Update
Welcome back! PyTorch is a very popular machine learning framework that was developed by Facebook, if you’re new to PyTorch, check out their website below:
PyTorch ended up getting a pretty big update the other day, this specific update now brings some awesome features to PyTorch, if you want to see their release log, here is a link to it:
So, let’s talk about some of my favorite features within this new version PyTorch!
FuncTorch
This new version of PyTorch now includes functorch as well, this was a feature that was heavily inspired by Google JAX, this library adds composable function transforms, providing more capability within PyTorch! Here are some examples of this new library: