Closed bhomass closed 1 year ago
in the notebook section, the use of a config_has is all over the place. seems having to do with matching up with expected pretrained model configs.
I looked the use of hashlib, but found none.
could someone explain simply why and how this hash is generated and used?
I think this maybe a standard feature of seml?
This is made for convenience and stored during the model training such that we can load models easily and do not overwrite them :)
in the notebook section, the use of a config_has is all over the place. seems having to do with matching up with expected pretrained model configs.
I looked the use of hashlib, but found none.
could someone explain simply why and how this hash is generated and used?