自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Learning from the mistakes

我问佛∶世间为何有那麽多遗憾? 佛曰∶这是一个婆娑世界,婆娑既遗憾, 没有遗憾,给你再多幸福也不会体会快乐。

  • 博客(6)
  • 资源 (13)
  • 问答 (1)
  • 收藏
  • 关注

原创 OSError: (External) Nccl error, unhandled cuda error (at /paddle/paddle/fluid/platform/collective_

最近使用Paddle运行多卡程序的时候,出现了下面的错误:Traceback (most recent call last): File "train_pairwise.py", line 238, in <module> do_train() File "train_pairwise.py", line 116, in do_train paddle.distributed.init_parallel_env() File "/root/anaconda3/lib

2021-11-29 12:49:02 3397

原创 AttributeError: ‘VotingClassifier‘ object has no attribute ‘set_criterion‘

今天在跑torchensemble的example的石斛出现了下面的问题:p-2021_11_13_21_52.log...Traceback (most recent call last): File "voting_demo.py", line 48, in <module> model.set_criterion(criterion) File "/home/eric/anaconda3/envs/seg/lib/python3.6/site-packages/torc

2021-11-13 21:58:08 1433

原创 ubuntu16.04 stgcn运行报错Did you forget to `#include <pybind11/stl.h>`? Or <pybind11/complex.h>, <pybind

今天openpose完以后,运行stgcn的demo程序报错,运行的命令如下:python main.py demo_offline --video ./resource/media/clean_and_jerk.mp4 --openpose /media/data/projects/A15697/openpose-master/build然后出现如下的错误:Starting OpenPose Python Wrapper...Auto-detecting all available GPUs..

2021-11-13 20:09:54 2190 2

原创 ubuntu 16.04安装openpose

今天安装了openpose,发现安装过程挺坎坷的,还把我以前的环境搞乱了,但是梳理了一下:git clone https://github.com/CMU-Perceptual-Computing-Lab/openposegit clone https://github.com/CMU-Perceptual-Computing-Lab/caffegit clone https://github.com/pybind/pybind11.git然后把caffe和pybind11放到openpose

2021-11-13 11:03:24 3479

原创 np.concatenate按照列进行拼接

今天做了一个numpy按照列的维度进行拼接的代码,分享出来:import numpy as npa1 = np.array([1,2,3,4,5])a2 = np.array([6,7,8,9,10])a3 = np.array([0,0,0,0,0])list_data=[]list_data.append([a1])list_data.append([a2])list_data.append([a3])a = np.concatenate(list_data, axis = 0)

2021-11-06 10:49:46 943

原创 ubuntu开启键盘背光灯

今天买了键盘,发现背光灯不亮,但是在windows系统下就是好好的,一查资料,果然是ubuntu搞的鬼,还要设置命令,我真是:xset led named 'Scroll Lock'关闭背光灯xset -led named 'Scroll Lock'参考文献Ubuntu下设置键盘背光灯...

2021-11-04 22:45:30 1292 3

StegoShare.jar.zip

一个小工具,可以隐藏文件到某文件中,也可以从某文件中提取该文件

2021-05-24

openfst-1.6.7.tar.gz

编译ctcdecode所需要的第三方库,下载地址为:https://sites.google.com/site/openfst/home/openfst-down/openfst-1.6.7.tar.gz

2020-05-06

RotateDemo.rar

QT5版本的旋转图片的动画,编译器用的mingW,代码进行了重构改良,文章请参考: https://blog.csdn.net/w5688414/article/details/90072287

2019-05-10

springboot getopenid demo

springboot实现用户信息授权获取用户的id, 写的教程地址为https://blog.csdn.net/w5688414/article/details/88541743

2019-03-13

pytorch 0.3.1 python3.6 CPU版本whl

pytorch 0.3.1 python3.6 CPU版本whl,这个属于老版本了,在官网上都不容易找到,我这里分享出来

2019-03-11

NUS-WIDE多标签分类数据集整理

博客地址为:https://blog.csdn.net/w5688414/article/details/84593705 用keras进行多标签分类的图片数据集,图片取自于NUS-WIDE数据集

2018-11-29

VGG_ILSVRC_16_layers_fc_reduced.h5

VGG_ILSVRC_16_layers_fc_reduced.h5文件,用于ssd keras模型,考虑到国内没有搜到该资源,我来当当搬运工

2018-11-07

Jetson-TX2 tensorflow-1.3.0-cp35-cp35m-linux_aarch64.whl

最近编译成功了tensorflow 1.3的版本,tensorflow-1.3.0-cp35-cp35m-linux_aarch64.whl,把编译成功的文件分享给大家

2017-12-25

bazel-0.6.1-dist.zip 下载

官网地址为:https://github.com/bazelbuild/bazel/releases/,但是很难下载下来,我用的是校园网,都下了好久,我把我下载的包分享给大家,希望对大家有用

2017-11-15

Connectionist Temporal Classification: A Tutorial with Gritty Details

教程:Connectionist Temporal Classification详解补充中文翻译的对应的英文原版教程,链接为:http://blog.csdn.net/w5688414/article/details/77867786,希望能帮助到大家

2017-09-14

操作系统页面置换LRU,FIFO,OPT算法实现代码

LRU算法,FIFO算法,OPT算法,belady现象

2015-01-05

异步框架上传客户端示例

android异步框架应用的一个小小的示例

2014-09-16

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

TA关注的人

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