个人常用工具整理(定期更新)

个人收藏整理用文章

《开发类》

【开发手册】

C++

https://en.cppreference.com/w/

《工具类》

【NVIDIA显卡算力查询】

点击进入官网查询页面

【深度学习】

netron - 模型可视化

https://netron.app/

【编译】

Bazel - google的编译工具

官方github

《学术类》

【深度学习】

papers with code - 找sota模型论文与代码

https://paperswithcode.com/sota

code in word - 将代码格式化粘贴到word

http://www.codeinword.com/

《Python框架/依赖库类》

【Paddle】

paddlepaddle-gpu

官方安装链接

2021-07-19更新

  • paddle 2.1
  • cuda 10.2
pip install paddlepaddle-gpu -i https://mirror.baidu.com/pypi/simple
paddle2onnx

github地址

pip install paddle2onnx

【Pytorch】

官方安装页面

pytorch & torchvision

2021-07-19更新

  • pytorch 1.9
  • cuda 10.2
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
# 清华源
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64/

【CUDA & cudnn】

CUDA

10.0

conda install cudatoolkit=10.0 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64/

10.2

conda install cudatoolkit=10.2 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64/
cudnn

7.6.5

# 清华源
conda install cudnn=7.6.5 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64/
# 百度paddle源
conda install cudnn=7.6.5 -c paddle

【TensorFlow】

编译
官方编译教程

https://tensorflow.google.cn/install/source_windows

自制编译流程

https://blog.csdn.net/a2824256/article/details/118657781

TensorFlow-Lite
官方编译教程 - Android(AAR)

https://tensorflow.google.cn/lite/guide/build_android

从 TensorFlow 中选择运算符

https://www.tensorflow.org/lite/guide/ops_select

【ONNX】

onnxruntime - 预测库
pip install onnxruntime
onnx
pip install onnxruntime

【数据集相关】

pycocotools
# pycocotools win api
# python 3.9不能用
pip install pycocotools-windows
# 不行就用下面这个,#后面的也要加上
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Alex-Leung

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值