0

i am doing a project and want to achieve a bilstm in caffe,but i don't know how to do .Can it be modified directly in the prototxt.Any ideas appreciated.

Shai
  • 111,146
  • 38
  • 238
  • 371
x.zeyuan
  • 1
  • 1
  • 1
    You can unroll the model yourself using `pycaffe` and `caffe.NetSpec()` interface. See [this answer](http://stackoverflow.com/a/35967589/1714410) how to do so for regular LSTM net. – Shai Jan 18 '17 at 06:08
  • Thanks for your suggestion,i will try it .i have another question,can i use the "propagate_down" parameter directly in the prototxt to achieve the backward pass?@Shai – x.zeyuan Jan 20 '17 at 12:57
  • I don't understand your question. feel free to ask a new question – Shai Jan 20 '17 at 13:01
  • Would you explain how to achieve the backward passes using the pycaffe and caffe.NetSpec() interface?reverse the input?@Shai – x.zeyuan Feb 25 '17 at 02:41
  • `caffe.NetSpec` interface is only used to programitically create the net structure (i.e., the prototxt file) the training/validation is carried out in the same manner as every net in caffe. – Shai Feb 25 '17 at 19:47

0 Answers0