- 博客(3)
- 收藏
- 关注
原创 Pytorch学习记录
一:自定义层级自定义层级需要创建层级类。如下创建了图卷积的一层。需要实现__init__函数,reset_parameter函数,forward函数import torch import torch.nn as nn from torch.autograd import Variable#__init__是构造函数,其中需要super(),在其中定义weight,即需要训练的量.#re...
2019-06-13 22:32:37
301
1
原创 github High-level Semantic Feature Detection:A New Perspective for Pedestrian Detection
工程地址https://github.com/liuwei16/CSP问题记录:
2019-06-04 23:45:03
419
原创 ubuntu git clone得到dos格式文件
ubuntu git clone得到dos格式文件解决办法:git config 将crlf设置为默认false
2019-06-04 23:39:39
626
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅