【发布时间】:2017-09-07 07:13:50
【问题描述】:
我正在使用 caffe-tensorflow 来转换模型。 我收到错误:
"Multiple top nodes are not supported"
我在 prototxt 中确实有一些具有多个顶部节点的层:
layer {
name: "slice2"
type: "Slice"
bottom: "conv2"
top: "slice2_1"
top: "slice2_2"
slice_param {
slice_dim: 1
}
}
有没有办法让我进行转换? (有或没有 caffe-tensorflow)
谢谢
【问题讨论】:
标签: machine-learning tensorflow caffe