自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (4)
  • 收藏
  • 关注

原创 XGBoost GPU资源收集

1-XGBoost GPU Supporthttps://xgboost.readthedocs.io/en/latest/gpu/index.html2-Gradient Boosting, Decision Trees and XGBoost with CUDAhttps://devblogs.nvidia.com/gradient-boosting-decision-trees-xgb...

2020-04-29 19:23:51 332

原创 AttributeError: module 'torch' has no attribute 'flip'

运行基于pytorch写的程序时出现"AttributeError: module ‘torch’ has no attribute ‘flip’"的错误提示,修改方法:将pytorch版本升级到1.0以上即可

2020-04-29 11:16:15 1075

原创 TypeError: ‘_IncompatibleKeys‘ object is not callable

在使用pytorch编写代码时,出现了"TypeError: ‘_IncompatibleKeys’ object is not callable",报错原因如下:model = model.load_state_dict(torch.load('model.pt'))model.load_state_dict(torch.load(‘model.pt’))返回结果不是model类型,正确写...

2020-04-21 14:14:40 2931

原创 TypeError: Class advice impossible in Python3

这里写自定义目录标题在ubuntu上安装apex时,出现报错信息“TypeError: Class advice impossible in Python3”。原因是使用pip安装时的pip文件可能需要验证,所以正确的安装方式如下:pip3 uninstall apexgit clone https://www.github.com/nvidia/apex.gitcd apexpytho...

2020-04-17 20:34:29 726

原创 tensorflow从pb文件中导出权重

import tensorflow as tffrom tensorflow.python.platform import gfile#path to your .pb fileGRAPH_PB_PATH = './model/tensorflow_inception_v3_stripped_optimized_quantized.pb' with tf.Session(config=c...

2020-04-13 09:52:10 1648

vtt2srt.zip

将字幕从vtt格式转为srt格式

2021-01-15

windows_labelImg_v1.3.1

Windows上进行图像标注的工具labelImg,内含可执行文件labelImg.exe,该工具可用于目标检测等计算机视觉领域的图像标注。

2020-10-30

win10_CUDA8.0.txt

windows10操作系统下CUDA8.0对应的cuDNN,包括: cuDNN7.1 cuDNN7.0 cuDNN6.0 cuDNN5.1 cuDNN5.0 独学而无友,则孤陋而寡闻。欢迎加入机器学习与深度学习讨论群

2019-12-25

cocos2d-x切水果

这是一款切水果的cocos2D代码,可供参考!

2013-07-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除