issue-tracking icon indicating copy to clipboard operation
issue-tracking copied to clipboard

Wrong start/endTimeMillis?

Open piratinskii opened this issue 8 months ago • 4 comments

Describe the Bug

Duration of the experiment doesn't match in the website and in the API. I got 00:08:13 in the website, but only 4 milliseconds on the API.

Expected behavior

endTimeMillis - startTimeMillis = Duration in milliseconds

Where is the issue?

  • [ ] Comet Python SDK
  • [ ] Comet UI
  • [ ] Third Party Integrations (Huggingface, TensorboardX, Pytorch Lighting etc)

To Reproduce

Steps to reproduce the behavior:

  1. Check the duration in the website
  2. Check endTimeMillis - startTimeMillis in the API for the same experiment

Stack Trace

If possible please include the full stack trace of your issue here

# Paste stack trace here

Comet Debug Log

If possible, please follow the instructions here to run Comet in debug mode and attach the resulting log file.

Screenshots or GIFs

image image

Link to Comet Project/Experiment

If applicable, please provide a link to your Comet Project or Experiment.

Additional context

Add any other context about the problem here.

piratinskii avatar Jun 16 '24 13:06 piratinskii