Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Truncate the hash to first 6 hexdigits. 6 hexdigits is equivalent to …
…6*4=24 bits. The number of unique hashes that we can generate before the probability of hash collision between any 2 model hashes reaches 50% is sqrt(2*0.5*2^(24))=4096. We are unlikely to run training over hyperparameter space that large on a single iteration.
- Loading branch information