CTPN
CTPN copied to clipboard
what the difference between lstm layer and the one from blvc/caffe?
@tianzhi0549 hi can you tell me what the difference between lstm layer and the one from blvc/caffe? thanks.
@zimenglan-sysu-512 The lstm in this code is based on this code, while the lstm of official caffe is Jeff Donahue's implementation. You can find the differences in this page. Thank you.
@tianzhi0549 thanks a lot.