摘要:
C++ unordered_map 使用自定义类作为键类型 C++ unordered_map using a custom class type as the key 阅读全文
摘要:
得益于反向传播算法,神经网络计算导数时非常方便,下面代码中演示如何使用LibTorch进行自动微分求导。 进行自动微分运算需要调用函数 torch::autograd::grad( outputs, // 为某个可微函数的输出 y=f(x) 中的 y inputs, // 为某个可微函数的输入 y= 阅读全文
摘要:
{ # 语言 Language: Cpp, # 水平对齐表达式的操作数 AlignOperands: true, # 不对包含头文件进行排序 SortIncludes: false, # 对齐注释 AlignTrailingComments: true, # 指针、引用的对齐方式 PointerAl 阅读全文