# Tensorflow2-Tutorial **Repository Path**: MorvanZhou/Tensorflow2-Tutorial ## Basic Information - **Project Name**: Tensorflow2-Tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2020-10-29 - **Last Updated**: 2023-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://www.tensorflow.org/tutorials/).