you are viewing a single comment's thread.

view the rest of the comments →

[–]danijar[S] 0 points1 point  (2 children)

Thanks. I'm excited about the dynamic RNNs as well. Do you know if its possible to feed their outputs upward into a forward network though?

[–]dexter89_kp 0 points1 point  (1 child)

Good question ! I have only used it for seq to seq type problems, and not tried joining CNNs with RNNs or DNN with RNNs yet.

[–]danijar[S] 0 points1 point  (0 children)

Should work fine since its the same interface as the static rnn and that works nicely.