首页
相册
文章归档
默认分类
关于页面
1
《STL源码剖析》
2
GDB Debug
3
Design Pattern
4
Qt
5
libco协程思想
lmg
累计撰写
54
篇文章
累计创建
6
个标签
累计收到
2
条评论
栏目
首页
相册
文章归档
默认分类
关于页面
搜索
标签搜索
pytorch
paper
面试题
PPT
code
summary
以下是
Pytorch
相关的文章
2019-04-11
pytorch
损失函数1. CrossEntropylossa.交叉熵损失函数,常用于分类b.用这个loss前面不需要加 softmax层c.该函数限制了target的类型为torch.LongTensorimport torch as tfrom torch import nnfrom torch.autogr
2019-04-11
231
0
0
Pytorch