# tensorflow-sample **Repository Path**: rency/tensorflow-sample ## Basic Information - **Project Name**: tensorflow-sample - **Description**: tensorflow示例 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, TensorFlow ## README # tensorflow-sample #### 介绍 tensorflow示例 #### 安装教程 - 安装Tensorflow ``` pip install https://download.tensorflow.google.cn/mac/cpu/tensorflow-1.10.0-py3-none-any.whl --upgrade ``` - 修改async保留字(Python3.7新引入了保留字async,而tensorflow的代码里,将其作为了变量名,要修改) ``` 首先找到下面这个文件: /usr/local/lib/python3.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py 然后搜索async(注意区分大小写),全部替换为async1,保存关闭 ``` - xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx