• Stars
    star
    1
  • Language
    C++
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

使用c++扩展pytorch;libtorch;pybind11;setuptools;c++泛型编程;

More Repositories

1

cuda_accelerate

使用c++以及cuda加速神经网络样例(实现矩阵加法和矩阵乘法)
Python
52
star
2

Pseudo_Data_Tagging

基于自学习(伪标签)的数据自动标注算法(半监督)
Python
17
star
3

MT5ForGeneration

基于精简mt5预训练模型的seq2seq结构的实现
Python
4
star
4

mt5_simplify

pytorch版本mt5模型的中文精简思路;方案以及代码
Python
3
star
5

cpp_compile_process

c++的文件结构和编译链接过程;python&c++通过ctypes混合编程
C++
2
star
6

Model_Params_Calculate

模型的参数量计算方法以及代码实现(便于更好地利用缓存、理解模型结构)
Python
2
star
7

Tensorflow_Serving

基于tensorflow serving的模型部署方案以及代码
Shell
2
star
8

BoostingTree

CART回归树;带高度限制的CART回归树;基于回归CART的boosting算法(提升树)的实现
Python
2
star
9

Focal_Loss_Implement_And_Verify

样本不均衡问题的处理;focal loss的实现以及应用代码;focal loss在解决样本不均衡问题的训练过程分析
Python
2
star
10

Classification_Model_Assemble

实现了一系列序列分类模型;包括transformer结构预训练模型;lstm rnn模型等
Python
1
star
11

Adversarial_Training

nlp中embedding在角度对抗训练的框架;目前实现了fgm和pgd两个方法
Python
1
star
12

paper

Python
1
star
13

Bert_Cls_Benchmark

bert做文本分类的基本代码benchmark
Python
1
star
14

Web_Server_For_TFServing

基于flask的业务逻辑框架以及模型服务的调用接口实现
Python
1
star
15

customize_loss

pytorch自定义loss的实现;目前实现了lmcl
Python
1
star