Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 399 Bytes

File metadata and controls

9 lines (5 loc) · 399 Bytes

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.