The strong advantage of TensorFlow is it flexibility is designing highly modular model which also can be a disadvantage too for beginners since lots of the pieces must be considered together for creating the model. This issue has been facilitated as well by developing high-level APIs such as Keras and Slim which gather lots of the design puzzle pieces. The interesting point about TensorFlow is that its trace can be found anywhere these days.
I'm feeling TF is getting left behind compared to PyTorch. Dynamic graphs is a powerful thing. It's also kind of sad Keras is not yet supporting PyTorch.
It’s a framework that allows you to build a machine learning procedure by declaring the operations you want without needing to configure the process that optimized your parameters.
The strong advantage of TensorFlow is it flexibility is designing highly modular model which also can be a disadvantage too for beginners since lots of the pieces must be considered together for creating the model. This issue has been facilitated as well by developing high-level APIs such as Keras and Slim which gather lots of the design puzzle pieces. The interesting point about TensorFlow is that its trace can be found anywhere these days.
I'm feeling TF is getting left behind compared to PyTorch. Dynamic graphs is a powerful thing. It's also kind of sad Keras is not yet supporting PyTorch.