安装arm64 macos的miniconda
1 | chmod +x ./Miniforge3-MacOSX-arm64.sh |
安装tensorflow
默认安装2.8版本的tensorflow,也可以指定版本。最好默认
1 | conda install -c apple tensorflow-deps |
在这里看tensorflow入门,在这里就可以看文档:
告诉我可以用 google colab玩,就安装一下。
安装jupyter
1 | conda install jupyter notebook |
支持google的 colab
1 | pip install jupyter_http_over_ws |
然后再右上角的connect种连接本地的jupyter。就可以在网页上运行python。
看看url地址貌似运行的github上的代码,我就把http://github.com/tensorflow/docs-i10n 这个代码仓库
clone了,然后就可以用 https://colab.research.google.com/github/wanghongxing/docs-l10n/blob/master/site/zh-cn/tutorials/keras/text_classification.ipynb?hl=zh-cn#scrollTo=6-tTFS04dChr 这个地址来学习tensorflow的文本分类例子。这时候是自己的代码仓库,感觉很厉害的样子。
执行之前别忘了安装 matplotlib,pip install matplotlib