ctr26 / bioimage_embed

3 stars 3 forks source link

First attempt as arg hashing for checkpoints #35

Closed ctr26 closed 8 months ago

ctr26 commented 8 months ago

The way this works is it hashes the args object into base64. The extra hashlib stuff is there because if you use the raw string it's really long, so it's a case of either splitting the split into subdirs or using this lib and hoping its not too long (which it hasnt been so far)