comet-ml / issue-tracking

Questions, Help, and Issues for Comet ML
https://www.comet.ml
85 stars 7 forks source link

OfflineExperiment using tmp filenames #223

Closed kdmcdrm closed 11 months ago

kdmcdrm commented 5 years ago

This might be by design but OfflineExperiment creates an archive with filenames "tmpx" for all logged elements. I'd prefer if these were named on the filesystem as they would be on comet.ml, for example .svg for images and using the filename for assets.

gidim commented 5 years ago

@Lothiraldan - can we support this?

Lothiraldan commented 5 years ago

We could support this, the file name in the archive is arbitrary. One thing we would need to be careful about is file name collision, as an experiment could log several files named file.svg from different directories and they would ends up in the same archive.

@kdmcdrm Could you give us more details about your use-case?

kdmcdrm commented 5 years ago

Hey @Lothiraldan, can do. It's a pretty simple use case. I just occasionally use an OfflineExperiment to store things locally if our internet is acting up or if I want to review the results locally, maybe while debugging. None of my experiments are terribly big so it's relatively easy for me to look at the thumbnails of my plots to determine which is which but it would obviously be more convenient to pick them out by name.

dsblank commented 11 months ago

I believe that the updated UI and SDK has support for all of your requests. Thank you!