-
Notifications
You must be signed in to change notification settings - Fork 132
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 Weights & Biases logging #75
Conversation
Weights & Biases integration
updated codebae
Feedback round 1
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.
Some changes are required to avoid breaking the interactive mode
Hi @soumik12345 . Thank you so much for this beautiful PR! The VQAD report was also a delight to read.
|
Co-authored-by: Or Perel <[email protected]>
Co-authored-by: Or Perel <[email protected]>
Hi @orperel Thanks a lot for your feedback on both the PR and the report.
|
Hi @soumik12345 ! I've emailed you the CLA. I'm ready to merge as soon as you send it back. Thanks! |
Hi @orperel I have signed the CLA and sent you on the same email thread. |
This PR adds support for experiment tracking using Weights & Biases. In order to track training and validation metrics, render 3D interactive plots, reproduce the configurations and results, and many more features in a Weights & Biases workspace just add the additional flag
--wandb_project <your-project-name>
when initializing the training script.Complete list of features supported by Weights & Biases:
The full list of optional arguments related to logging on Weights & Biases includes:
--wandb_project
: Name of Weights & Biases project--wandb_run_name
: Name of Weights & Biases run [Optional]--wandb_entity
: Name of Weights & Biases entity under which your project resides [Optional]--wandb_viz_nerf_angles
: Number of angles in the 360-degree renderings [Optional, default set to 20]--wandb_viz_nerf_distance
: Camera distance to visualize Scene from for 360-degree renderings on Weights & Biases [Optional, default set to 3]We also wrote a detailed report on Variable Bitrate Neural Fields and its usage with kaolin-wisp. The report was published in our blog Fully-Connected.