- 博客(6)
- 收藏
- 关注
原创 正则表达式之零宽断言详解
=exp) 零宽度正回顾后发断言 Zero-width positive lookbehind。exp) 零宽度负回顾后发断言 Zero-width negative lookbehind。=exp) 零宽度正预测先行断言 Zero-width positive lookahead。exp) 零宽度负预测先行断言 Zero-width negative lookahead。>exp) 原子组 Non-backtracking (greedy)
2024-07-05 22:29:46 429
原创 [TensorRT] WARNING: Using an engine plan file across different models of devices is not recommended
[TensorRT] WARNING: Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.使用torch2trt将 resnet18_baseline_att_224x224_A_epoch_249.pth 模型转化为TensorRT优化的模型resnet18_baseline_att
2020-08-03 16:32:18 8059 2
原创 扩展巴科斯范式 EBNF
EBNF Extended Backus–Naur Form定义:代码,如由终结符即可视字符、数字、标点符号、空白字符等组成的计算机程序的源代码。| 竖杠表示可供选择,“…” 终结符被引号包围,; 最后跟着分号作为终止字符。可以省略或重复的表达式可以通过花括号 { … } 表示:可选项可以通过方括号 [ … ] 表示:用途 符号表示定义 =串接 ,终止 ;分隔 |可选...
2020-02-26 16:47:26 712
翻译 【翻译】Computing the Stereo Matching Cost with a Convolutional Neural Network
【学习笔记·翻译】 Computing the Stereo Matching Cost with a Convolutional Neural Network 使用卷积神经网络计算立体匹配代价Jure ˇZbontar University of Ljubljana jure.zbontar@fri.uni-lj.si Yann LeCun New York University y...
2018-05-16 20:16:43 1827
原创 使用C++ AMP
使用C++ AMP一般只涉及到以下三步:创建array_view对象。调用parallel_for_each函数。通过array_view对象访问计算结果。其他的事情,如显存的分配和释放、GPU线程的规划和管理,C++ AMP会帮我们处理的。
2017-06-21 10:12:54 434
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人