nnmt.input_output.create_hash

nnmt.input_output.create_hash(params, param_keys)[source]

Create unique hash from values of parameters specified in param_keys.

Parameters:
paramsdict

Dictionary containing all network parameters.

param_keyslist

List specifying which parameters should be reflected in hash.

Returns:
str

Hash string.