摘要:
前言 使用: list_keys= [ i for i in cnames.keys()] list_values= [ i for i in cnames.values()] 颜色列表示例: colormap=['#7A57D1','#FF731D','#004d61','#bc8420','#C 阅读全文
摘要:
前言 参考 1. GFLOPs、GMACs、FMA之间的关系_touchwolf的博客-CSDN博客; 2. What is the relationship between GMACs and GFLOPs? · Issue #16 · sovrasov/flops-counter.pytorch 阅读全文
摘要:
前言 一、安装edgeai-torchvision环境 首先需要理解的是,虚拟环境安装完torch之后再安装torchvision,且torchvision是基于源码编译安装的,因为the standard torchvision will not support all the features 阅读全文
摘要:
前言 概念 树、决策树、二叉树、随机森林、随机蕨、CART分类回归树; GBDT 的全称是 Gradient Boosting Decision Tree,梯度提升决策树。Xgboost; 简介 One Millisecond Face Alignment with an Ensemble of R 阅读全文