From 35c253121941775bb51f91680291b8f6eed55e6a Mon Sep 17 00:00:00 2001 From: lyhue1991 Date: Wed, 12 Aug 2020 22:19:02 +0800 Subject: [PATCH] revise readme --- README.md | 8 ++++++++ push-to-github.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a56fb75..a338b068f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # How to eat Pytorch in 20 days ?🔥🔥 +**《20天吃掉那只Pytorch》** +* 🚀 github项目地址: https://github.com/lyhue1991/eat_pytorch_in_20_days +* 🐳 和鲸专栏地址: https://www.kesci.com/home/column/5f2ac5d8af3980002cb1bc08 【代码可直接fork后云端运行,无需配置环境】 + +**《30天吃掉那只TensorFlow2》** +* 🚀 github项目地址: https://github.com/lyhue1991/eat_tensorflow2_in_30_days +* 🐳 和鲸专栏地址: https://www.kesci.com/home/column/5d8ef3c3037db3002d3aa3a0 【代码可直接fork后云端运行,无需配置环境】 + ### 一, Pytorch🔥 or TensorFlow2 🍎 先说结论: diff --git a/push-to-github.py b/push-to-github.py index 01889c085..441ac6b30 100644 --- a/push-to-github.py +++ b/push-to-github.py @@ -17,7 +17,7 @@ # !git rm --cached .ipynb_checkpoints/* -# !git commit -m "revise 6-3" +# !git commit -m "revise 6-2" # !git remote add origin https://github.com/lyhue1991/eat_pytorch_in_20_days