From 262bd68d0035b2e7d5fc8aaf91b08b293dcc6baa Mon Sep 17 00:00:00 2001 From: chasefortier <43076173+chasefortier@users.noreply.github.com> Date: Wed, 20 May 2026 14:52:45 -0400 Subject: [PATCH] Update readme --- panels/ModelCheckpointComparison/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/panels/ModelCheckpointComparison/README.md b/panels/ModelCheckpointComparison/README.md index bef6f3a..877dae3 100644 --- a/panels/ModelCheckpointComparison/README.md +++ b/panels/ModelCheckpointComparison/README.md @@ -29,8 +29,6 @@ for i in range(10): experiment.log_metric('metric2', 50-i, epoch=i) ``` -Finally click on "Select Experiment with log:" in this panel. - #### Example This example logs some dummy metric + model checkpoint data to Comet so that you can test out the panel. @@ -77,4 +75,4 @@ Once you have decided on which checkpoint you want to move forward with, you can -See [here](https://www.comet.com/docs/v2/guides/model-registry/using-model-registry/#register-a-model-from-comet-ui) for further documentation on promoting models to the model registry. \ No newline at end of file +See [here](https://www.comet.com/docs/v2/guides/model-registry/using-model-registry/#register-a-model-from-comet-ui) for further documentation on promoting models to the model registry.