Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions panels/ModelCheckpointComparison/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -77,4 +75,4 @@ Once you have decided on which checkpoint you want to move forward with, you can
</table>


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.
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.
Loading