PyTorch Logo

PyTorch pros and cons

Vendor: PyTorch
4.3 out of 5
 

PyTorch Pros review quotes

PM
Mar 27, 2024
It's been pretty scalable in terms of using multiple GPUs.
JG
Apr 16, 2021
I like that PyTorch actually follows the pythonic way, and I feel that it's quite easy. It's easy to find compared to others who require us to type a long paragraph of code.
Arucy Lionel - PeerSpot reviewer
Nov 27, 2023
yTorch is gaining credibility in the research space, it's becoming easier to find examples of papers that use PyTorch. This is an advantage for someone who uses PyTorch primarily.
Learn what your peers think about PyTorch. Get advice and tips from experienced pros sharing their opinions. Updated: May 2024.
771,212 professionals have used our research since 2012.
Jithin James - PeerSpot reviewer
Mar 28, 2024
The tool is very user-friendly.
KK
Nov 17, 2020
Its interface is the most valuable. The ability to have an interface to train machine learning models and construct them with the high-level interface, without excess busting and reconstructing the same technical elements, is very useful.
Swayan Jeet Mishra - PeerSpot reviewer
Oct 31, 2022
The framework of the solution is valuable.
 

PyTorch Cons review quotes

PM
Mar 27, 2024
PyTorch could make certain things more obvious. Even though it does make things like defining loss functions and calculating gradients in backward propagation clear, these concepts may confuse beginners. We find that it's kind of problematic. Despite having methods called on loss functions during backward passes, the oral documentation for beginners is quite complex.
JG
Apr 16, 2021
I would like a model to be available. I think Google recently released a new version of EfficientNet. It's a really good classifier, and a PyTorch implementation would be nice.
Arucy Lionel - PeerSpot reviewer
Nov 27, 2023
On the production side of things, having more frameworks would be helpful.
Learn what your peers think about PyTorch. Get advice and tips from experienced pros sharing their opinions. Updated: May 2024.
771,212 professionals have used our research since 2012.
Jithin James - PeerSpot reviewer
Mar 28, 2024
I've had issues with stability when I use a lot of data and try out different combinations of modeling techniques.
KK
Nov 17, 2020
There is not enough documentation about some methods and parameters. It is sometimes difficult to find information.
Swayan Jeet Mishra - PeerSpot reviewer
Oct 31, 2022
The training of the models could be faster.