gwirn
gwirn
As far as I know, the problem lies in `__data_generation` : it creates X and y of the size self.batch_size. This isn‘t a problem when you use np.floor because then...
That's how you can save a pickle file. See the [docs](https://docs.python.org/3/library/pickle.html) (same as in the docs example section) for more info.
@justanotherbyte In system settings under privacy&security go to input monitoring and add your terminal - then it should work
@mbrukman Thank you for the nice indexing suggestion! I have two questions: - Is the calculation of `high` really necessary as slicing over the end of an array/list like ```...
@mbrukman Yes you are right `[3, 4]` not `[2, 3]` that‘s a typo. Thank you for your detailed answer!
@chrispyles @andytom I think the reason could be the use of nu-ansi-term which doesn't close the ansi escape sequences like described eg [here](https://unix.stackexchange.com/questions/105958/terminal-prompt-not-wrapping-correctly) or [here](https://unix.stackexchange.com/questions/28827/why-is-my-bash-prompt-getting-bugged-when-i-browse-the-history?noredirect=1&lq=1). All colours end with `[0m`...