Jan Beitner

Results 67 comments of Jan Beitner

This is very strange because it is defined in the `__init__` of the class. Tests also all pass. How are you executing the code? Could you try from a script?

Ok, from a script it is a bit surprising. Notebooks sometimes introduce weird issues - particularly with multi-processing. I assume, it executes well on a single GPU? Lightning wraps the...

Just as a test, could you try another optimizer such as "Adam". Simply pass `optimizer="adam" to the network. This is really strange as others did not experience the issue. I...

It seems to be related to attention (n_batches x n_decoder_steps (that attend) x n_attention_heads x n_timesteps (to which is attended)) concatenation. Seems like there is an issue with the concatenation...

Should be all very fast. Probably the issue is somewhere else in moving devices and copies - would need some proper profiling to find out.

Not exactly sure I understand your question, but let me try to answer: You should use the "special_days" variable as a known categorical variable. Could you post your definition of...

Do you have a reproducible example with data? I just cannot reproduce the error.