Awesome
Tensorflow 2.0 Tutorials
There are some simple toy examples of the usages of tf2.0.
The style of Tf2.0 (keras style) is similar with pytorch now, we can easily define a model with many layers.
To me, the biggest change would be the use case of "session", it has been deprecated in the new version.
More tutorials can be found in this official site.