-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plot postfit shapes #102
Plot postfit shapes #102
Conversation
932cedb
to
296cc98
Compare
296cc98
to
1ff9bb3
Compare
hbw/ml/tf_util.py
Outdated
@@ -165,6 +165,11 @@ def _cumulated_crossenropy_from_logits(y_true, y_pred, axis): | |||
return ((numerator - denominator) / tf.math.reduce_sum(y_true, axis=axis))[:, 0] | |||
|
|||
|
|||
@tf.function | |||
def categorical_crossentropy(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you get rid of this function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleted
Co-authored-by: Mathis Frahm <[email protected]>
Co-authored-by: Mathis Frahm <[email protected]>
Co-authored-by: Mathis Frahm <[email protected]>
Co-authored-by: Mathis Frahm <[email protected]>
92eb762
to
7641039
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feini
Modified task to plot postfit distributions