From 8ba94d5fc3ff859c627c6ea3fcc9eaaef40a1467 Mon Sep 17 00:00:00 2001 From: Jack Cui Date: Fri, 22 May 2020 17:36:26 +0800 Subject: [PATCH] Update Update --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7dc5731..a7815a7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,16 @@ 投稿

+## Pytorch实战 +| 文章 | 公众号 | 代码 | +| :------ | :--------: | :--------: | +| Pytorch深度学习实战教程(一):语义分割基础与环境搭建 | [公众号](https://mp.weixin.qq.com/s/KI-9z7FBjfoWfZK3PEPXJA "Pytorch深度学习实战教程(一):语义分割基础与环境搭建") | no | +| Pytorch深度学习实战教程(二):UNet语义分割网络 | [公众号](https://mp.weixin.qq.com/s/6tZVUbyEjLVewM8vGK9Zhw "Pytorch深度学习实战教程(二):UNet语义分割网络") | [Code](https://github.com/Jack-Cherish/Deep-Learning/tree/master/Pytorch-Seg/lesson-1 "Pytorch深度学习实战教程(二):UNet语义分割网络") | +| Pytorch深度学习实战教程(三):UNet模型训练 | [公众号](https://mp.weixin.qq.com/s/7FY77k3xtK-UyfoXpFXgBQ "Pytorch深度学习实战教程(三):UNet模型训练") | [Code](https://github.com/Jack-Cherish/Deep-Learning/tree/master/Pytorch-Seg/lesson-2 "Pytorch深度学习实战教程(三):UNet模型训练") | +| Pytorch深度学习实战教程(四):必知必会的炼丹法宝 | [公众号](https://mp.weixin.qq.com/s/RhvCeesbzAQmK0yv8D6LjQ "Pytorch深度学习实战教程(四):必知必会的炼丹法宝") | [Code](https://github.com/Jack-Cherish/Deep-Learning/tree/master/Pytorch-Seg/lesson-3 "Pytorch深度学习实战教程(四):必知必会的炼丹法宝") | +| Pytorch深度学习实战教程(五):今天,你垃圾分类了吗 | [公众号](https://mp.weixin.qq.com/s/Yt2M-cjLdRgOowNNm2Ll8Q "Pytorch深度学习实战教程(五):今天,你垃圾分类了吗") | [Code](https://github.com/Jack-Cherish/Deep-Learning/tree/master/Pytorch-Seg/lesson-4 "Pytorch深度学习实战教程(五):今天,你垃圾分类了吗") | +更新ing... + ## 深度学习实战教程 | 文章 | 个人网站 | CSDN | 知乎 | | :------ | :--------: | :--------: | :--------: | @@ -29,14 +39,6 @@ | Tensorflow实战(一):打响深度学习的第一枪 – 手写数字识别(Tensorboard可视化) | [个人网站](http://cuijiahua.com/blog/2018/01/dl_4.html "手写数字识别") | no | no | | Tensorflow实战(二):Discuz验证码识别 | [个人网站](http://cuijiahua.com/blog/2018/01/dl_5.html "Discuz验证码识别") | no | no | -## Pytorch实战 -| 文章 | 公众号 | 代码 | -| :------ | :--------: | :--------: | -| Pytorch深度学习实战教程(一):语义分割基础与环境搭建 | [公众号](https://mp.weixin.qq.com/s/KI-9z7FBjfoWfZK3PEPXJA "Pytorch深度学习实战教程(一):语义分割基础与环境搭建") | no | -| Pytorch深度学习实战教程(二):UNet语义分割网络 | [公众号](https://mp.weixin.qq.com/s/6tZVUbyEjLVewM8vGK9Zhw "Pytorch深度学习实战教程(二):UNet语义分割网络") | [Code](https://github.com/Jack-Cherish/Deep-Learning/tree/master/Pytorch-Seg/lesson-1 "Pytorch深度学习实战教程(二):UNet语义分割网络") | -| Pytorch深度学习实战教程(三):UNet模型训练 | [公众号](https://mp.weixin.qq.com/s/7FY77k3xtK-UyfoXpFXgBQ "Pytorch深度学习实战教程(三):UNet模型训练") | [Code](https://github.com/Jack-Cherish/Deep-Learning/tree/master/Pytorch-Seg/lesson-2 "Pytorch深度学习实战教程(三):UNet模型训练") | -| Pytorch深度学习实战教程(四):必知必会的炼丹法宝 | [公众号](https://mp.weixin.qq.com/s/RhvCeesbzAQmK0yv8D6LjQ "Pytorch深度学习实战教程(四):必知必会的炼丹法宝") | [Code](https://github.com/Jack-Cherish/Deep-Learning/tree/master/Pytorch-Seg/lesson-3 "Pytorch深度学习实战教程(四):必知必会的炼丹法宝") | - 更多精彩,敬请期待!