码迷,mamicode.com
首页 > 系统相关 > 详细

在linux运行Tensorflow代码所遇到的问题

时间:2020-03-12 19:10:07      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:linux   isa   环境变量配置   error   code   路径   env   locking   运行   

1,OSError: Unable to open file (file locking disabled on this file system (use HDF5_USE_FILE_LOCKING environment variable to override), errno = 38, error message = ‘Function not implemented‘)

进入环境变量配置 在~/.brashrc 中添加 export HDF5_USE_FILE_LOCKING=‘FALSE‘

2,导入自定义模块出错

确定自己写的包名不要与系统中的重复

3,路径问题

最好使用“/”,不要使用‘\’

在linux运行Tensorflow代码所遇到的问题

标签:linux   isa   环境变量配置   error   code   路径   env   locking   运行   

原文地址:https://www.cnblogs.com/Dean0731/p/12470809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!