https://github.com/jintao-huang/torch_tf2_study
努力学习深度学习(已废弃), 见仓库ml_alg
https://github.com/jintao-huang/torch_tf2_study
deep-learning pytorch
Last synced: 3 months ago
JSON representation
努力学习深度学习(已废弃), 见仓库ml_alg
- Host: GitHub
- URL: https://github.com/jintao-huang/torch_tf2_study
- Owner: Jintao-Huang
- License: mit
- Created: 2020-05-12T15:32:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T09:59:48.000Z (almost 4 years ago)
- Last Synced: 2024-12-16T00:51:50.878Z (10 months ago)
- Topics: deep-learning, pytorch
- Language: Python
- Homepage:
- Size: 875 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# torch_tf2_study
开发中...由于要重新学一遍torch和tensorflow2,所以重新写一遍
### 目录结构说明
- `_old/`: 老版代码目录
- `dev/`: 开发目录
- `test_modules/`: 代码测试目录
- `examples/`: 包含一些例子
- `intersting/`: 包含一些有趣的东西### 参考资料
- [https://pytorch.org/docs/stable/index.html](https://pytorch.org/docs/stable/index.html)
- [https://www.tensorflow.org/api_docs/python/tf](https://www.tensorflow.org/api_docs/python/tf)### 环境
- python3.9
- torch==1.10.0
- torchvision==0.11.1
- tensorflow==2.7.0