自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 LaTex加入新package方法

1. 前几天去 https://www.ctan.org/ 下载booktabs宏包,下载的文件中没有sty文件,有ins文件。     用winedit打开ins文件,用late编译,同一个文件夹中得到了一个sty文件。 2. 将sty文件拷贝到相应的latex目录下之后,并没有完全完成了安装,此时latex仍然找不到你所放置的.sty文件,会出现“...sty not found”...

2018-09-07 10:48:33 28170 3

原创 pytorch中tensor的合并与截取

合并:torch.cat(inputs=(a, b), dimension=1)e.g. x = torch.cat((x,y), 0) 沿x轴合并截取:x[:, 2:4]

2018-03-19 20:15:41 37762

原创 The deduced formulas of Conv1d and ConvTranspose1d

torch.nn.Conv1d(in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, bias=True)In the simplest case, the output value of the layer with input size (N,Cin,L) and output (N...

2018-03-11 20:19:23 847

转载 Ubuntu Linux 设置虚拟内存

swap空间就是虚拟内存,在物理内存不足时,有较大的用处。查看内存空间大小:free -m // m表示显示的字节单位是m(megabytes)下面我们就来增加系统的 Swap 大小。1.首先用命令free查看系统内 Swap 分区大小。free -mtotal used free shared buffers cachedMem: 1002 964 38 0 21 410-/+ buffers/...

2018-02-24 17:52:22 4126

转载 在Ubuntu16.04上安装Gitlab

Git的安装Ubuntu系统sudo apt-get install gitGitLab的搭建Ubuntu16.04系统1.安装依赖包,运行命令sudo apt-get install curl openssh-server ca-certificates postfix2.执行完成后,出现邮件配置,选择Internet那一项(不带Smarthost的)3.利用清华大学的镜像https://mir...

2018-02-24 16:49:52 2789

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除