https://github.com/allanchain/nn-frameworks
https://github.com/allanchain/nn-frameworks
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/allanchain/nn-frameworks
- Owner: AllanChain
- Created: 2024-12-22T11:48:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T12:26:12.000Z (over 1 year ago)
- Last Synced: 2025-06-08T14:02:10.026Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://allanchain.github.io/blog/post/nn-frameworks/
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 神经网络框架调研:PyTorch、TensorFlow、JAX
本仓库保存了博客文章 [神经网络框架调研:PyTorch、TensorFlow、JAX](https://allanchain.github.io/blog/post/nn-frameworks/) 的代码。
## Install
```sh
uv pip sync
nb-clean add-filter --preserve-cell-outputs
```