Skip to content
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

Accessing the Adanet loss for each candidate subnetwork? #120

Open
nicholasbreckwoldt opened this issue Aug 30, 2019 · 1 comment
Open
Labels
question Further information is requested

Comments

@nicholasbreckwoldt
Copy link

Hi there,

I would like to be able to access and record the individual Adanet losses returned by the adanet.Evaluator during evaluation of each subnetwork (i.e. candidate) within a given iteration.

Is this currently possible, and if so, how would one go about accessing these losses?

@EugenHotaj EugenHotaj added the question Further information is requested label Sep 23, 2019
@EugenHotaj
Copy link
Contributor

Hi @nicholasbreckwoldt,

As far as I know, there is no out of the box way to get the subnetwork losses from the AdaNet estimator. For example, when calling estimator.evaluate(), only the metrics for the final ensemble are returned.

However, if you're only interested in tracking the losses during training, we do write them out as summaries for each subnetwork, which can be viewed via Tensorboard. If, instead, you're interested in computing something based on these losses, this would require modifying the AdaNet code to use the losses however you need to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants