Albert Zeyer

Results 873 comments of Albert Zeyer
trafficstars

Note, with returnn-common, it goes through all the returnn-common model construction code in each epoch. But then it creates a net dict, and it compares this to the previous, and...

Via #1182 (and a few follow-up commits), I implemented the option `restart_after_num_net_reinit` now. You can even set `restart_after_num_net_reinit = 1`.

It was just not considered before. This should be supported. vieting ***@***.***> schrieb am Mo., 1. Aug. 2022, 17:40: > I have a case where I'd like to use the...

The issue here is not fixed/implemented yet (GatherLayer on batch axis).

What Python version do you use on RETURNN side, and what Python version on RASR side?

@vieting This looks very much like an independent problem. Can you open a separate issue on that? Also, when it prints "there was some error", there should have been some...

@michelwi This is an extremely old version. Can you test with the current version? (Please always do that.)

Just as a note: `d0 86` is the UTF8 byte sequence for the unicode char `U+0406` which is `CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I` ("І").

> Okay this seems to be an issue with the pickle protocol and non-ascii content... > > It might be related to the comment that is exactly above: ` #...

@michelwi What is the status here?