Max Frei

Results 19 comments of Max Frei

I see. Thanks for letting me know. And while I'm at it: Thank you for your great work! One last thing: If someone was to implement this feature, how much...

Another option might be to propose it to the Keras team, so that it can be incorporated as another callback. Just think about it... making a notable contribution to Keras......

@bckenstler Is there any chance, that you will tackle the PR into Keras? If you are not willing to do it yourself, would you allow others to do so?

@twolodzko Nice work. However, I think you're missing an import: `import numpy as np` Perhaps you can add it to the PR.

The number of training iterations is clearly `np.ceil(x_train.shape[0]/batch_size)`, so I'd say `2*np.ceil(x_train.shape[0]/batch_size)` is correct if you want to achieve > 2 x (training iterations in epoch)

A more elegant solution has already been implemented in 294f8732b271cbdd6310c55bdf5ce855cbf61c75. However, it has not been merged yet (and unfortunately, probably is not going to get merged any time soon). Nevertheless,...

Additionally, it would be great if, after a break, the work timer would not start as long as the user is inactive.

Is there a workaround for this? E.g. some `mypy` parameter that I'm not aware of?

Cool! However, is this already in the `master` branch? I just freshly cloned and compiled it, but I still get: ``` /src/mitsuba3/build/python/mitsuba/__init__.pyi:870: error: invalid syntax [syntax] Found 1 error in...