1
0
This commit is contained in:
2025-01-04 00:28:28 +08:00
parent 0d00e1deb4
commit f75690be28
6 changed files with 359 additions and 23 deletions

View File

@@ -29,4 +29,19 @@ pip install jupyter
```
```shell
jupyter notebook
```
```
## tensorflow
### python
```shell
# win and linux
pip install tensorflow
```
```shell
#mac apple silicon
pip install tensorflow-macos
pip install tensorflow-metal
```
### c++