knn-toolkit-1.3.0 python3.7安装
2021-02-05 02:17
具体情况如下(我是在rk3399Pro板上)
参考:
http://t.rock-chips.com/forum.ph ... amp;highlight=1.3.0
http://t.rock-chips.com/forum.ph ... ;highlight=debian10
# update rknn_tooklit
1. pip3 install --user -U rknn
# update rknn_api和npu_drv
1. sudo apt update --fix-missing
2. sudo apt -y upgrade(中间需要输入"Y")
3. sudo apt update
4. sudo apt install rknn-rk3399pro
# 运行rknn_toolkit_v.1.3.0提供的example/tflite中示例,提示numpy libf77blas.so.3 缺失
1. sudo apt-get install libatlas-base-dev
至此,示例可以运行成功
另:借宝地提问问题,我想运行pytorch中的示例,需要安装pytorch和torchvision,使用的命令是
pip install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html --user
提示错误:No matching distribution found for torch==1.2.0+cpu
求解决方法
文章标题:knn-toolkit-1.3.0 python3.7安装
文章链接:http://soscw.com/index.php/essay/51153.html