DeepSpeed
488a823f - New integration - CometMonitor (#5466)

Commit
1 year ago
New integration - CometMonitor (#5466) This PR introduces a new monitoring option - `CometMonitor` which comes up as an official integration with [CometML](https://www.comet.com/site/). The new monitor is covered with unit tests. Notes: * We've updated `docs/code-docs/source/monitor.rst` but it doesn't look used anymore * We've updated the "Monitoring Module" section name in `config-json.md` to be generic so the next integration won't require updating it. --------- Co-authored-by: Boris Feld <lothiraldan@gmail.com> Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>
Author
Parents
  • deepspeed/monitor
    • File
      comet.py
    • File
      config.py
    • File
      monitor.py
    • File
      utils.py
  • docs
    • _data
      • File
        navigation.yml
    • _pages
      • File
        config-json.md
    • _tutorials
      • File
        monitor.md
    • assets/images
      • File
        comet_monitor.png
    • code-docs/source
      • File
        monitor.rst
  • requirements
    • File
      requirements-dev.txt
  • tests/unit/monitor
    • File
      test_monitor.py