15
Rapid Prototyping with PyTorch
In the preceding chapters, we saw multiple facets of PyTorch as a Python library. We saw its use to train vision and text models. We learned about its extensive application programming interfaces (APIs) to load and process datasets. We explored the model inference support provided by PyTorch. We also noticed the interoperability of PyTorch across programming languages such as C++ as well as with other deep learning libraries (such as TensorFlow).
To accommodate all of these features, PyTorch provides a rich and extensive family of APIs, which makes it one of the best deep learning libraries of all time. However, the vast expanse of those features also makes PyTorch a heavy library, and this can sometimes intimidate ...
Get Mastering PyTorch - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.