-
## Describe the Bug
Getting these warnings in the console whenever comet_ml is loaded:
```
/python3.9/site-packages/comet_ml/monkey_patching.py:19: DeprecationWarning: the imp module is deprecate…
-
Please remove the annoying warning to update comet ml package.
```
COMET INFO: old comet version (3.1.9) detected. current: 3.1.11 please update your comet lib with command: `pip install --no-cache-…
-
https://www.comet.ml/docs/python-sdk/Experiment/#experimentlog_curve only says "Log timeseries data". I think it would be useful to add that it ends up in the assets folder and that they are not plott…
-
## Describe the Bug
When I use `OfflineExperiment` instead of `Experiment`, Comet does **not** record Git metadata.
## Expected behavior
`OfflineExperiment` record Git metadata like `Experime…
-
## Describe the Bug
I can only very inconsistently download assets.
The larger the assets are, the more often it fails. Smaller then 0.5Mb works fine most of the time, larger than 5Mb fails 95% of t…
-
## Describe the Bug
It's not directly a bug but it has been driving me nuts for 2 days. Comet-ML automatically creates an experiment when you call `mlflow.start_run` and `comet.disable_auto_logging` …
-
## Describe the Bug
Running API() throws an error despite all the inputs being optional.
## Expected behavior
The docs show that api_key is optional. https://www.comet.com/docs/v2/api-and-sdk/p…
-
## Describe the Bug
When trying to use a parameter as Y axis in scatter plot, it wrongly says "No data available for this chart"
## Expected behavior
I want to do a scatter plot with the HPO tria…
-
Hi,
Sorry for creating this as a new issue, but technically it is. I added a comment to #1287 about this, but since it is a different problem, I thought it would be best to track it in a new issue.…
-
## Describe the Bug
While logging the loss metric comet_ml logs random values for local rank 0 and the right value of loss for other ranks. Look at the graphs below logged by comet_ml.
For rank 0:…