facebookresearch/fairseq

Add functionality for logging to Comet

Open

#4,156 opened on Jan 26, 2022

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Python (6,224 forks)batch import
enhancementhelp wantedneeds triage

Repository metrics

Stars
 (29,107 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

🚀 Feature Request

Add functionality to log fairseq model parameters and metrics to Comet

Motivation

To support fairseq users who want to use Comet to manage their experiments.

Pitch

Add a Comet logger to fairseq/logging/progress_bar.py in a manner similar to Azure ML and Weights and Biases

Alternatives

No alternatives as this is meant to extend functionality

Additional context

We have prepared a draft PR adding this functionality #4069

Here is an example of a logged fairseq experiment in Comet https://www.comet.ml/dsblank/fairseq/373f319055a04284aed6c3bfca1ae05f?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&xAxis=step

Contributor guide