Tensorflow Troubleshooting

3 篇文章 0 订阅
2 篇文章 0 订阅
博客内容涉及TensorFlow数据集加载错误及其解决方案,包括数据损坏、本地目录配置、网络连接延迟和不支持的文件系统等问题。解决方案涵盖重新下载数据、检查数据完整性、更新TensorFlow版本以及解决HDFS不兼容问题。
摘要由CSDN通过智能技术生成

tfds.load always download even if data_dir is point to a local directory with pre-downloaded datasets

reason: maybe the local dataset is corrupted, try decompress it and open it to check it’s sanity.
solution: download it again!

reason: data_dir must point to a parent dir that contain a subdir named <dataset_name>


The transmission of request 0x7f8a6e3741e0 (URI: https://www.googleapis.com/storage/v1/b/tfds-data/o/dataset_info%2Fmnist%2F3.0.1?fields=size%2Cgeneration%2Cupdated) has been stuck at 0 of 0 bytes for 61 seconds and will be aborted. CURL timing information: lookup time: 0.00461 (No error), connect time: 2.90642 (No error), pre-transfer time: 0 (No error), start-transfer time: 0 (No error)

solution: if your vpn is ok, then just wait, as described by this issue.


java.net.URISyntaxException: Expected authority at index 7: hdfs://
solution:


tensorflow.python.framework.errors_impl.Unimplementederror: File system scheme hdfs not implemented.

reason: bug of tensorflow 1.2.1 on centos
solution: unintall tensorflow and reinstall it pip install tensorflow-1.2.1-cp35-cp35mu-manylinux1_x86_64.whl refer to this comment


Symbol not found: _H5Pget_fapl_ros

solution: As i was using conda, I just ran conda install h5py


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值