1
0
This commit is contained in:
2025-03-13 18:14:01 +08:00
parent f138818abc
commit ef679e98da
8 changed files with 474 additions and 257 deletions

View File

@@ -30,3 +30,7 @@ pip install tensorflow
pip install -r requirements.txt
```
## 安装graphviz - 绘制模型图
```shell
brew install graphviz
```