aim icon indicating copy to clipboard operation
aim copied to clipboard

Save Code

Open shuowang-ai opened this issue 1 year ago • 0 comments

🚀 Feature

While using Aim to log my experiments, I often find myself making small adjustments to the code. These changes are sometimes experimental and not significant enough for a GitHub commit. However, when I run multiple versions of the code concurrently, it becomes challenging to trace back which version of the code produced which results. I would appreciate a feature similar to what Wandb offers with wandb.run.log_code("."). This function in Wandb allows users to save the entire code directory, providing a snapshot of the code that produced a particular set of results. Implementing a similar feature in Aim would greatly assist in keeping track of code versions alongside experimental results.

Motivation

Pitch

Alternatives

Additional context

shuowang-ai avatar Sep 03 '23 01:09 shuowang-ai