摘要: 1.fellow the instruction of https://www.tensorflow.org/install/install_linux#installing_with_anaconda 2.anaconda安装,修改~/.bash_profile为 export PATH=~/an 阅读全文
posted @ 2016-09-21 19:55 Shiyu_Huang 阅读(243) 评论(0) 推荐(0)
摘要: Github:https://github.com/huangshiyu13/PythonFileLib 1.获得文件夹下所有文件名 for file in os.listdir(imageDir): file_path = os.path.join(imageDir, file) if os.pa 阅读全文
posted @ 2016-09-21 11:03 Shiyu_Huang 阅读(424) 评论(0) 推荐(0)