amakelov / mandala

A simple & elegant experiment tracking framework that integrates persistence logic & best practices directly into Python
Apache License 2.0
506 stars 15 forks source link

Assigning output UIDs #3

Closed amakelov closed 1 year ago

amakelov commented 2 years ago

There are two choices we have for this:

It's very easy to add a config option and switch between the two, but I think it'd be good to figure out what we want to go for here in terms of clarity. Seems like content hashing is a safer bet in terms of transparency and avoiding "broken" state?

amakelov commented 1 year ago

Closing this as we decided on content hashing for now!