Tutorial TensorFlow 2.0
Repo kami. adalah pemenang ⚡#poweredbytf 2.0 Challenge!.

Timeline:
- 1 Oktober 2019: TensorFlow 2.0 Stabil!
- 24 Agustus 2019: TensorFlow 2.0 RC0
- 8 Juni 2019: TensorFlow 2.0 Beta
- 7 Maret 2019: TensorFlow 2.0 Alpha
- 11 Januari 2019: TensorFlow R2.0 Pratinjau
- 14 Agustus 2018: TensorFlow 2.0 akan datang
Instalasi
Pastikan Anda menggunakan Python 3.x.
pip install tensorflow - U
Pasang CUDA 10.0 (atau sesudah) dan cudnn sendiri. dan atur LD_LIBRARY_PATH .
pip install tensorflow - gpu - U
Instalasi Uji:
In [ 2 ]: import tensorflow as tf
In [ 3 ]: tf . __version__
Out [ 3 ]: '2.0.0'
In [ 4 ]: tf . test . is_gpu_available ()
...
totalMemory : 3.95 GiB freeMemory : 3.00 GiB
...
Out [ 4 ]: True
配套 tf2 视频教程


TensorFlow 2.0 的视频教程链接 : 深度学习与 tensorflow 2 实战
Pengakuan
- 爱可可-爱生活 友情推荐

Termasuk
- Ikhtisar TensorFlow 2.0
- TensorFlow 2.0 Penggunaan Dasar
- Regresi linier
- Mnist, FashionMnist
- CIFAR10
- Lapisan yang sepenuhnya terhubung
- VGG16
- Jaringan Inception
- Resnet18
- Rnn naif
- LSTM
- Colorbot
- Auto-encoder
- Variasional auto-encoder
- DCGAN
- Cyclegan
- Wgan
- Pixel2pixel
- RCNN lebih cepat
- A2C
- GPT
- Bert
- GCN
Jangan ragu untuk mengirimkan permintaan PR untuk membuat repo ini. lebih lengkap!
Repo yang dirujuk.
Pekerjaan kami tidak dibangun dari awal. Penghargaan besar untuk karya -karya terbuka ini!
- https://github.com/madalinabuzau/tensorflow-eager-tutorials
- https://github.com/herbiebradley/cyclegan-tensorflow
- https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/pix2pix/pix2pix_eager.ipynb
- https://github.com/moono/tf-eager-on-gan
- https://github.com/viredery/tf-eager-fasterrcnn
- https://github.com/github/gitignore/blob/master/python.gitignore