飞桨学习笔记

  • 查看 Linux 版本信息
    cat /proc/version

  • 查看 gdal 版本号
    gdalinfo --version

  • ERROR: Cannot uninstall ‘filelock’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
    pip install --ignore-installed filelock

  • Error: Need to Create DeviceContextPool first!
    重启

  • ImportError: cannot import name ‘descriptor’
    pip uninstall paddlepaddle-gpu
    pip uninstall protobuf
    pip install paddlepaddle-gpu -i https://mirror.baidu.com/pypi/simple

  • .tif图片显示全黑
    在这里插入图片描述
    使用QGIS软件查看。

  • 使用 PaddleSeg 进行模型训练时报错:*** Check failure stack trace: ***
    减少一次训练所选取的样本数(BATCH_SIZE)。

  • 使用 PaddleSeg 进行模型训练时报错:SyntaxError: encoding problem: utf8 with BOM
    将第一行代码

# coding: utf8

改为

# coding: utf-8
  • 使用 PaddleSeg 进行模型训练时报错:IOPub data rate exceeded.
    在这里插入图片描述
    解决方法:将值调大,比如:
    jupyter notebook --NotebookApp.iopub_data_rate_limit=1000000000
  • 报错:
    在这里插入图片描述
    “=”有错,改为:
    assert h==h_gt, “Error”
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值