api

I have saved a multi layer network with the first layer as recurrent. On load, I would like to know the sequence length that the RNN Layer takes. is there an API call for that?

You already invited:

Caleb - Python

Upvotes from:

DL4J doesn't restrict or require you to use only a fixed sequence length with RNNs
you can use any input sequence length in most RNN nets

If you wanna answer this question please Login or Register