Results 3 comments of Samuel Eucker
trafficstars

Hello, I think the same error appears also with the EMV() function. So everything said above may apply to that function too. Let me add my observation, that the equality...

You can reduce the batch size. In config.py, change the sample_size - default to a lower value. This should be enough and you dont need to mess with the rest...

The model is unable to repeat generation of output more than once. I reduced the generate - function to a repetition of the same output, like this: ` def generate(self):...