From 39f0ecae718f32a640209405d4f979fc9a0aca01 Mon Sep 17 00:00:00 2001 From: MaoXianxin Date: Tue, 13 Jul 2021 13:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E5=BA=A6=E5=AD=A6=E4=B9=A0=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ README.md | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f78a48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +30个Stack Overflow新编程术语.md + +Git简介.md diff --git a/README.md b/README.md index f9d6a5b..a2e1d25 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ | Ray | https://codechina.csdn.net/mirrors/ray-project/ray | | Albumentations | https://codechina.csdn.net/mirrors/albumentations-team/albumentations | | PyTorch Lightning | https://codechina.csdn.net/mirrors/PyTorchLightning/pytorch-lightning | +| MegEngine | https://codechina.csdn.net/megvii/megengine | +| PaddlePaddle | https://codechina.csdn.net/paddlepaddle/Paddle | +| mindspore | https://codechina.csdn.net/mindspore/mindspore | +| oneflow | https://codechina.csdn.net/mirrors/Oneflow-Inc/oneflow | # 云原生专题 @@ -141,6 +145,7 @@ | 文章名称 | 文章链接 | | --------------------------- | ------------------------------------------------------------ | | Git | https://en.wikipedia.org/wiki/Git | +| Git简介 | https://www.liaoxuefeng.com/wiki/896043488029600/896067008724000 | | Git新手入門教學 – part 1 | https://kopu.chat/2017/01/18/git%E6%96%B0%E6%89%8B%E5%85%A5%E9%96%80%E6%95%99%E5%AD%B8-part-1/ | | Git新手入門教學 – part 2 | https://kopu.chat/2017/01/18/git%E6%96%B0%E6%89%8B%E5%85%A5%E9%96%80%E6%95%99%E5%AD%B8-part-2/ | | Git 入门 | https://codechina.csdn.net/courses/detail/1/l | -- GitLab