• Dhruv Nair's avatar
    Comet Logging and Visualization Integration (#9232) · 903b239f
    Dhruv Nair 提交于
    * add comet to logger interface
    
    * add comet logger
    
    * add support for updated parameters
    
    * clean up offline logger creation
    
    * update callback args for comet logger
    
    * add comet optimizer
    
    * add optimizer config
    
    * add comet README
    
    * update tutorial notebook with Comet section
    
    * add option to log class level metrics
    
    * add support for class level metrics and confusion matrix
    
    * handle errors when adding files to artifacts
    
    * fix typo
    
    * clean resume workflow
    
    * updates for HPO
    
    * update comet README
    
    * fix typo in comet README
    
    * update code snippets in comet README
    
    * update comet links in tutorial
    
    * updated links
    
    * change optimizer batch size param and update comet README image
    
    * update comet section in tutorial
    
    * use prexisting cmd line flags to configure logger
    
    * update artifact upload/download flow
    
    * remove come remove comet logger specific cmd line args
    
    * move downloading weights into comet logger code
    
    * remove extra argparse
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * change checkpoint logging flow to follow offline logger
    
    * update resume flow
    
    * add comet logger to remote dataset property
    
    * update cmd line args in hpo
    
    * set types for integer/float env variables
    
    * update README
    
    * fix typo in README
    
    * default to always logging model predictions
    
    * Update tutorial.ipynb
    
    * Update train.py
    
    * Add Comet to Integrations table
    
    * Update README.md
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ciCo-authored-by: 's avatarAyush Chaurasia <ayush.chaurarsia@gmail.com>
    Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
    Co-authored-by: 's avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    903b239f
comet_utils.py 4.6 KB