Douglas Blank
Douglas Blank
@khirotaka Thanks for the report and reproducible example. We're looking into this.
Due to issues with the default native output logger with Python 3.8 and MacOS, we've set the default to be "simple" for now. See: https://www.comet.ml/docs/python-sdk/releases/#release-3212 We are continuing to look...
@eiphy Yes, when using the "bayes" algorithm, it uses the evidence from the logged metric to determine next possible combinations. But if bayes determines it has already given all of...
Hmmm... interesting! Yes, I think you have uncovered a couple of issues. We'll add those to our list and get back to you. Thank you for the detailed analysis!
FYI, these issues are being tracked as CM-1900.
Thanks for the note! Will fix.
@Vozf Interesting request! We'll take a look at extending the summary reporting. Thanks!
@gauchm Thanks for the report. I think that you can continue training with another `OfflineExperiment`, forcing the experiment key to be the previous one by using the `COMET_EXPERIMENT_KEY` config variable,...
Thanks for trying this. I'm making a issue for this so we can work on a solution.
It looks like the data from the continuing experiment overwrites the first because the step values are repeats. Is it possible for you to add an offset to your steps...