google/uis-rnn

Better fit() API, to accept list of sequences

wq2012 opened this issue · 0 comments

fit() should accept list of arrays for both training sequences and training cluster IDs, and do the concatenation for the user.

The current API requires the user to do the concatenation himself/herself, which could cause unnecessary confusions.