加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
example_layer.yaml 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
nelliewu95 提交于 2020-04-03 23:57 . initial commit
# this file describes the shape of VGG-8 layer1
problem:
instance:
C: 3
Hdilation: 1
Hstride: 1
M: 64
N: 1
P: 224
Q: 224
R: 3
S: 3
Wdilation: 1
Wstride: 1
shape:
coefficients:
- default: 1
name: Wstride
- default: 1
name: Hstride
- default: 1
name: Wdilation
- default: 1
name: Hdilation
data-spaces:
- name: Weights
projection:
- - - C
- - - M
- - - R
- - - S
- name: Inputs
projection:
- - - N
- - - C
- - - R
- Wdilation
- - P
- Wstride
- - - S
- Hdilation
- - Q
- Hstride
- name: Outputs
projection:
- - - N
- - - M
- - - Q
- - - P
read-write: true
dimensions:
- C
- M
- R
- S
- N
- P
- Q
name: CNN-Layer
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化