- name: "name" #根据自己代码进行修改
- input: "data"
- input_dim: 1
- input_dim: 3
- input_dim: 128
- input_dim: 128
复制代码
修改为- layer {
- name: "name"
- type: "Input"
- top: "data"
- input_param {
- shape {
- dim: 1
- dim: 3
- dim: 128
- dim: 128
- }
- }
- }
复制代码
欢迎光临 Toybrick (https://t.rock-chips.com/) | Powered by Discuz! X3.3 |