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

add wandb hook and use it in tutorial 00 #72

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tztsai
Copy link

@tztsai tztsai commented Apr 9, 2023

Description

I added some changes to the "hooks" folder, including adding a Hook class, renaming DefaultHooks to DefaultHook, and adding WandbHook. The Hooks object now becomes a container of Hooks, initialized by Hooks([<Hook>, ...]), and adding a hook can be easily done by <Hooks>.append(<Hook>).

How has this been tested?

  • I tested it by adding a WandbHook in the hooks of a classification study in Tutorial 0. The metrics were successfully logged in my wandb project.

Checklist

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

Successfully merging this pull request may close these issues.

None yet

1 participant