An open API service indexing awesome lists of open source software.

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

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