# PowerAI **Repository Path**: null_285_0878/PowerAI ## Basic Information - **Project Name**: PowerAI - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PowerAI CSDN比赛小组代码库 ![王小雷](./Docs/aipic.jpg) ## 1.官方提供的资料文件夹 /docs/officedocs ## 2.代码库使用说明 ### 2.1.首先fork 项目 ### 2.2.下载 ``` git clone https://github.com/你的用户名/PowerAI git remote add upstream https://github.com/wangxiaoleiAI/PowerAI ``` ### 2.3.从代码库中下拉最新代码 ``` git fetch upstream git merge upstream ``` ### 2.4.push到自己的代码仓库中 git push ### 2.5.代码提交至总代码库总github网页上进行requests ## 3.TensorFlow安装说明 ### 3.1.官网安装方法 https://www.tensorflow.org/install/install_linux (如果无法查看可翻墙https://github.com/getlantern/forum) ### 3.2.Docker安装过程及编码实例 http://blog.csdn.net/dream_an/article/details/55520205 ### 3.3 PowerAI人工智能开发环境 ``` IP nimbix@nae-165-254-189-47.jarvice.com PS 4u3dUKrEEDFAMF ``` ### 3.4 执行ptb_word_lm.py demo python ptb_word_lm.py --data_path=/tmp/simple-examples/data/ --model=small