python - Is it possible to group tensorflow FLAGS by type and generate a string from them? -


is possible group tensorflow flags type? e.g. flags system related (e.g. # of threads) while others model hyperparams.

then, possible use model hyperparams flags, in order generate string? (the string used identify model filename)

thanks

i'm guessing you're wanting automatically store hyper-parameters part of file name in order organize experiments better? unfortunately there isn't way tensorflow, can @ of high-level frameworks built on top of see if offer similar.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -