rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Time-varying symlink-like logging of one entity to two paths

Open genemerewether opened this issue 1 year ago • 1 comments

Would it be possible to express the following without logging the same data twice on two paths:

At time t0, entity E refers to sample A At time t1, entity E refers to sample B

Sample A is only logged at t0 Sample B is only logged at t1

Concrete use case: A & B are training samples. We'd like to both:

  1. be able to check performance on A & B over time (visualize A, or visualize B - timeline would indicate when they were presented during training)
  2. see the samples in the order they were presented during training (visualize E and seek through time)

genemerewether avatar May 11 '24 02:05 genemerewether

Looks like we haven't written this down anywhere yet, but logging of links is something that came up internally a bunch of time already 👍

Wumpf avatar May 13 '24 07:05 Wumpf