未验证 提交 061988cc 编写于 作者: S SunAhong1993 提交者: GitHub

Update Input.md

上级 06ffa78f
...@@ -5,8 +5,8 @@ layer { ...@@ -5,8 +5,8 @@ layer {
name: "input" name: "input"
type: "Input" type: "Input"
top: "input" top: "input"
input_param{ input_param {
shape{ shape {
dim: 10 dim: 10
dim: 3 dim: 3
dim: 227 dim: 227
...@@ -45,12 +45,12 @@ PaddlePaddle:需要强制定义输入数据的类型,同时可以通过设 ...@@ -45,12 +45,12 @@ PaddlePaddle:需要强制定义输入数据的类型,同时可以通过设
### 代码示例 ### 代码示例
``` ```
# Caffe示例: # Caffe示例:
layer{ layer {
name: "input" name: "input"
type: "Input" type: "Input"
top: "input" top: "input"
input_param{ input_param {
shape{ shape {
dim: 10 dim: 10
dim: 3 dim: 3
dim: 227 dim: 227
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册