aim
aim copied to clipboard
Save Code
🚀 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.