Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Callbacks neptune #491

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

spotiris
Copy link

- What I did
Added a training callback for Neptune integration.
Supports automatic logging of keras train/val losses and metrics, as well as arbitrary parameter/tag/attribute logging.

image

image

- How I did it
I subclassed the keras.callbacks.Callback class and made it write the on_epoch_end logs as neptune metrics.
The parameter/tag/attribute logging is simply by forwarding the keyword arguments to the neptune.projects.Project.create_experiment method.

- How you can verify it
Currently you can only verify it by running the example provided.
This is because Neptune requires a registered account and API token.

- Request for comments

  • Should we require users to use the environment variable NEPTUNE_API_TOKEN rather than having the option to supply it? The motivation is to prevent users accidentally sharing their private keys.
  • Is an example sufficient in lieu of a unit test? We cannot write a unit test without revealing a user account or API token.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant