部署
admin``
这个作者很懒,什么都没留下…
展开
-
解决清华源,安装paddle-gpu超时报错
本文提供了使用conda安装paddle-gpu的两种方法,如下所示。1、官方清华源安装官方安装:链接conda install paddlepaddle-gpu==2.1.0 cudatoolkit=10.2 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/2、北外镜像源安装官方使用了清华源,但是许多时候网络差会报错,可以采用以下北京外国语大学的镜像源进行安装,亲测快速有效。conda install原创 2021-05-26 14:33:12 · 2517 阅读 · 1 评论 -
ONNX加载错误
ONNX加载import onnxnet = onnx.load("./resnet.onnx")onnx的__init__.py中调用了protobuf, 出现以下错误[libprotobuf ERROR google/protobuf/io/coded_stream.cc:207] A protocol message was rejected because it was too big (more than 67108864 bytes).解决方案export PROTOCOL_原创 2021-01-19 11:19:49 · 1129 阅读 · 0 评论