Justus Schock

Results 90 comments of Justus Schock

I'm not sure anymore if we really should do this. IMO we could assume that the user is able to rewrite the metrics him/herself, which is, why I'd also remove...

I would prefer a new one based on this PR, since we should merge this separately (to first have an intermediate release supporting the TF1.14 Eager and Graph Mode). Currently...

Reminder: Check if inheritance from `tf.Module` is better than inheritance from `tf.keras.Layer` [see #102 ]

I think, we should wait with adressing this until #221 is merged, since this should make it easier to derive trainers

To move this on, we have to think of a way to lazily calculate dataset metrics. The only thing I can currently think of is to save intermediate values to...

I like the first approach, but regarding the outputs: That highly depends on the task. If you're doing something like GANs or segmentation and have some image-like outputs, you can...

Go ahead and implement it

I will try to fix this later. During this fix I will also try to additionally mirror to github's package registry.

Feel free to do so. If you want to finish this, I can work on the package registry in a separate PR

I would prefer a version, that ensures unique names, if a path already exists. I usually have one naming convention and rely on the timestamp part for not overwriting previous...