nilsgumpfer

Results 3 comments of nilsgumpfer

Hi Steffen, could you maybe refine a little bit what your future plans are about (Web)VOWL? Best Regards, Nils

Sounds really nice! ..do you have a rough timeline, maybe also if one is able to get a first alpha version or something for testing and evaluation? :) Thx

A possible work-around that was suitable in my case was to ad a `gc.collect()` to the `on_epoch_end()` of a custom callback, such as the above: ``` import gc class MemoryUsageCallbackExtended(Callback):...