
python
xidaoliang123
学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
pytorch统计模型参数量并输出
pytorch模型参数统计原创 2022-05-18 09:28:05 · 2841 阅读 · 0 评论 -
openpose训练genLMDB.py代码阅读
1、numpy.random.permutation 随机排列一个序列,返回一个排列的序列。 >>> np.random.permutation(10) array([1, 7, 4, 3, 0, 9, 2, 5, 8, 6]) >>> np.random.permutation([1, 4, 9, 12, 15]) array([15, 1, 9, ...原创 2019-05-27 19:03:16 · 553 阅读 · 0 评论