dragen1860/TensorFlow-2.x-Tutorials

★ 6,339⑂ 0

TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。

About dragen1860/TensorFlow-2.x-Tutorials

dragen1860/TensorFlow-2.x-Tutorials is an open-source project on GitHub, mainly written in Jupyter Notebook. TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。 It currently holds 6,339 stars and 0 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the AI Image Projects board and on the AI AI Image Projects list.

GitHub Repository Details

Repository dragen1860/TensorFlow-2.x-Tutorials · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

TensorFlow 2.0 Tutorials

Our repo. is the Winner of ⚡#PoweredByTF 2.0 Challenge!.

Timeline:

Installation

make sure you are using python 3.x.

pip install tensorflow -U
Install CUDA 10.0(or after) and cudnn by yourself. and set LD_LIBRARY_PATH up.

pip install tensorflow-gpu  -U

Test installation:

In [2]: import tensorflow  as tf

In [3]: tf.__version__ Out[3]: '2.0.0' In [4]: tf.test.is_gpu_available() ... totalMemory: 3.95GiB freeMemory: 3.00GiB ... Out[4]: True

配套TF2视频教程

TensorFlow 2.0的视频教程链接:深度学习与TensorFlow 2实战

Acknowledgement

Includes

Feel free to submit a PR request to make this repo. more complete!

Refered Repos.

Our work is not built from scratch. Great appreciation to these open works!

GitHub Stars & Activity

6,339Stars
0Forks
0Open issues
Jupyter NotebookLanguage

GitHub Popularity

GitHub stars6,339
Forks0
Open issues0
Primary languageJupyter Notebook
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

microsoft / AI-For-Beginners

Jupyter Notebook★ 68,541⑂ 0
2

AccumulateMore / CV

Jupyter Notebook★ 23,714⑂ 0
3

spmallick / learnopencv

Jupyter Notebook★ 23,152⑂ 0
4

ShusenTang / Dive-into-DL-PyTorch

Jupyter Notebook★ 19,500⑂ 0
5

virgili0 / Virgilio

Jupyter Notebook★ 14,982⑂ 0
6

NVIDIA / DeepLearningExamples

Jupyter Notebook★ 14,843⑂ 0
7

advimman / lama

Jupyter Notebook★ 10,260⑂ 0
8

microsoft / computervision-recipes

Jupyter Notebook★ 9,880⑂ 0

More AI Rankings