You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, experiment configuration is hardcoded in (and duplicated across) training scripts. This is undesirable, as user-specific parameters can end up in them like so, which will generate errors when run by others.
It would be useful to separate these. I propose a .ini file plus a module that pushes the necessary configuration flags into tf.app.flags.FLAGS.
The text was updated successfully, but these errors were encountered:
Currently, experiment configuration is hardcoded in (and duplicated across) training scripts. This is undesirable, as user-specific parameters can end up in them like so, which will generate errors when run by others.
It would be useful to separate these. I propose a .ini file plus a module that pushes the necessary configuration flags into tf.app.flags.FLAGS.
The text was updated successfully, but these errors were encountered: