From 2bbd5ecf05e49685c7904a011b3528346668ee14 Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Fri, 28 Jun 2019 15:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=A4=E9=A2=86=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 87 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 6 ++-- docs/2.0/SUMMARY.md | 2 +- 3 files changed, 91 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4728914..40b07df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,93 @@ ## 章节列表 +* 快速入门 + * [开始使用TensorFlow 2.0](tutorials/quickstart/getting_started.md) + * [Effective TensorFlow 2]() + * [Migrate from TF 1 to TF 2]() + * [Convert with the upgrade script]() + * [Get started for beginners]() + * [Get started for experts]() +* 初学者教程 + * ML basics + * [Overview]() + * [Classify images]() + * [Classify text]() + * [Classify structured data]() + * [Regression]() + * [Overfitting and underfitting]() + * [Save and restore models]() + * Images + * [Convolutional neural networks]() + * [Transfer learning with TFHub]() + * [Transfer learning with pretrained CNNs]() + * 文本和序列 + * [Word Embeddings 简介](tutorials/text/word_embeddings.md) + * [Classify preprocessed text]() + * [Classify text with a RNN]() + * Estimators + * [Premade estimators]() + * [Linear models]() +* ADVANCED TUTORIALS + * Customization + * [Overview]() + * [Tensors and operations]() + * [Custom layers]() + * [Automatic differentiation]() + * [Custom training: basics]() + * [Custom training: walkthrough]() + * [TF function and AutoGraph]() + * Text and sequences + * [Generate text with an RNN]() + * [Translation with attention]() + * [Image captioning]() + * [Transformer model for language understanding]() + * lmage generation + * [Style transfer]() + * [DCGAN]() + * [Pix2Pix]() + * [CycleGAN]() + * [Variational autoencoder]() + * [Adversarial FGSM]() + * Load and preprocess data + * [CSV]() + * [Numpy]() + * [Pandas]() + * [lmages]() + * [Text]() + * [TFRecords]() + * [Unicode]() + * [TF.Text]() + * Distributed training + * [Distributed training]() + * [Distributed training with custom]() + * [training loops]() + * [Multi worker training with]() + * [Estimator]() + * [Multi worker training with Keras]() +* GUIDE + * [Eager essentials]() + * [Variables]() + * [AutoGraph]() + * Keras + * [Keras overview]() + * [Keras functional API]() + * [Train and evaluate]() + * [Write layers and models from scratch]() + * [Save and serialize models]() + * [Write custom callbacks]() + * Accelerators + * [Distribution strategy]() + * [Using GPU]() + * Data input pipelines + * [tf.data Overview]() + * [Performance]() + * Serialization + * [Checkpoints]() + * [Saved models]() + * Misc + * [Version compatibility]() + ## 流程 diff --git a/README.md b/README.md index f5b8eb6..de2d086 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ > 项目翻译 TensorFlow 2.0 * 贡献者: 记得留言和更新翻译进度 -* 地址: xxxx +* 地址: ## 项目看板 @@ -32,13 +32,13 @@ > 第一期 (2017-06-08) -* 贡献者名单:xxxx +* 贡献者名单: > 第2期 (2019-xx-xx) * [片刻](https://github.com/jiangzhonglian): 529815144 --- 负责人要求: (欢迎一起为 `Pytorch 中文版本` 做贡献) +-- 负责人要求: (欢迎一起为 `TensorFlow 中文版本` 做贡献) * 热爱开源,喜欢装逼 * 愿意长期使用 TensorFlow diff --git a/docs/2.0/SUMMARY.md b/docs/2.0/SUMMARY.md index 051bae4..4174e8f 100644 --- a/docs/2.0/SUMMARY.md +++ b/docs/2.0/SUMMARY.md @@ -2,7 +2,7 @@ * [Introduction](README.md) * 快速入门 - * [开始使用TensorFlow 2.0](getting_started.md) + * [开始使用TensorFlow 2.0](tutorials/quickstart/getting_started.md) * [Effective TensorFlow 2]() * [Migrate from TF 1 to TF 2]() * [Convert with the upgrade script]() -- GitLab