Hacker News new | ask | show | jobs
Introducing Pytorch for fast.ai (fast.ai)
29 points by dusenberrymw 3209 days ago
1 comments

This is great! I really like PyTorch compared to TensorFlow; it's more straightforward and easier to debug with common Python tools. With TensorFlow I felt very disconnected from the model, like I was dealing with things through robotic arms rather than my own hands. When something went wrong it was often hard to isolate what caused it.