... | ... | @@ -113,10 +113,10 @@ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tu |
|
|
pip install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com tensorflow
|
|
|
|
|
|
这次阿里源比较快
|
|
|
```python3
|
|
|
|
|
|
|
|
|
aim demo:
|
|
|
```
|
|
|
```python3
|
|
|
# aim_test.py
|
|
|
from aim import Run
|
|
|
|
... | ... | |