Closed vieting closed 2 years ago
Should we later squash all the commits together? It involves some logical separated changes. If squashing all together is not wanted, you should cleanup the history, and manually squash them together as far as it make sense.
Yes, I'll cleanup the history.
I went back to not wrapping namedtuple
s. Some checks did not work as I had in mind, because the batch_sizes
were not set correctly. Therefore, I updated this part so that they should be correct now. We just assume that they are set correctly in the RETURNN size_placeholder
already in the input to the converter.
For an example from padertorch that I'd like to import, we need support for
PackedSequence
. I implemented a first version of what we discussed and would appreciate your feedback on it, @albertz :)