sceneReco icon indicating copy to clipboard operation
sceneReco copied to clipboard

@bear63 when i run python demo.py,i use ctpn cpu mode, it has an error,has no transpose_param,how can i resolve the problem?

Open dotsonliu opened this issue 7 years ago • 7 comments

image

image

dotsonliu avatar Sep 21 '17 03:09 dotsonliu

@bear63 how can i resolve the problem?

dotsonliu avatar Sep 21 '17 03:09 dotsonliu

@dotsonliu I have the same issue. Do you resolve the problem?

ZhangZoffy avatar Oct 17 '17 02:10 ZhangZoffy

@dotsonliu @ZhangZoffy I have the same issue.Do you resolve the problem?
The problem seems to be that the Caffe version is wrong

xrf116 avatar Nov 08 '17 08:11 xrf116

If you may want to use other Caffe instead of the one we ship for some reasons, you need to migrate the following layers into the Caffe.

  • Reverse
  • Transpose
  • Lstm

Melody12ab avatar Nov 24 '17 13:11 Melody12ab

i have compile ctpn .Why is this still happening this problem: Message type "caffe.LayerParameter" has no field named "transpose_param"?

yhz5256 avatar Jan 28 '18 07:01 yhz5256

1.@Melody12ab , what do u mean "migrate the layers into the caffe" ? How to do it? 2. Do u guys all resolve the issue?

Roger8 avatar Mar 08 '18 08:03 Roger8

@Roger8 just download and compile the Caffe from the CTPN repo https://github.com/tianzhi0549/CTPN/issues/20

wossoneri avatar Mar 13 '18 07:03 wossoneri