Skip to content

Commit ba7d19c

Browse files
committed
Updates dl/layers/conv.md
Auto commit by GitBook Editor
1 parent 068d5c1 commit ba7d19c

File tree

1 file changed

+34
-4
lines changed

1 file changed

+34
-4
lines changed

dl/layers/conv.md

+34-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
当使用该层作为第一层时,应提供`input_shape`参数。例如`input_shape = (3,128,128)`代表128\*128的彩色RGB图像
2626

27-
28-
2927
## Conv2DTranspose层 {#conv2dtranspose}
3028

3129
---
@@ -34,8 +32,6 @@
3432

3533
当使用该层作为第一层时,应提供`input_shape`参数。例如`input_shape = (3,128,128)`代表128\*128的彩色RGB图像
3634

37-
38-
3935
## Conv3D层 {#conv3d}
4036

4137
---
@@ -44,3 +40,37 @@
4440

4541

4642

43+
## Cropping1D层 {#cropping1d}
44+
45+
---
46+
47+
在时间轴(axis1)上对1D输入(即时间序列)进行裁剪
48+
49+
50+
51+
## Cropping2D层 {#cropping2d}
52+
53+
---
54+
55+
对2D输入(图像)进行裁剪,将在空域维度,即宽和高的方向上裁剪
56+
57+
58+
59+
## Cropping3D层 {#cropping3d}
60+
61+
---
62+
63+
对2D输入(图像)进行裁剪
64+
65+
66+
67+
## UpSampling1D层 {#upsampling1d}
68+
69+
---
70+
71+
在时间轴上,将每个时间步重复`length`
72+
73+
74+
75+
76+

0 commit comments

Comments
 (0)