Files
pytorch-study/README.md
2025-06-13 22:59:10 +08:00

11 lines
267 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# PyTorch深度学习实战
这是我的学习笔记推荐使用docker搭建运行环境
## docker compose
在当前项目的根目录运行,会拉取镜像并安装环境
```shell
docker compose up -d
```
## 开发环境搭建
Pycharm + Docker + Jupyterlab