keras-preprocessing icon indicating copy to clipboard operation
keras-preprocessing copied to clipboard

TimeseriesGenerator for many-to-many architectures

Open kopytjuk opened this issue 4 years ago • 3 comments

What do you think about introducing support for "many-to-many" architectures (see here). In https://github.com/keras-team/keras/issues/11293 there is an issue about that functionality.

In the left side we have current implementation, on the right side the desired behaviour.

image

I would also love to contribute!

kopytjuk avatar Apr 09 '20 23:04 kopytjuk

Yes please, this feature would help a lot in training RNNs.

herzog-ch avatar Apr 10 '20 12:04 herzog-ch

Good idea - for me this would also be a helpful utility, replacing a lot of preprocessing code.

annaformaniuk avatar Apr 10 '20 14:04 annaformaniuk

I have been looking how to do this in a generator fashion, any examples of how to do this with the actual functions? I suppose I need to extend the Sequence class but I'm not pretty sure how to do it... Thanks in advance!

nacheteam avatar Jul 21 '20 09:07 nacheteam