Module Reference¶
chainerui.extensions¶
chainerui.utils¶
-
class
chainerui.utils.LogReport(out_path, conditions=None)[source]¶ Util class to output ‘log’ file.
This class supports to output ‘log’ file. The file spec follows
chainer.extensions.LogReport, however, ‘epoch’ and ‘iteration’ are not set automatically, and need to set these values.Parameters: - out_path (str) – Output directory name to save conditions.
- conditions (
argparse.Namespaceor dict) – Experiment conditions to show on a job table. Keys are show as table header and values are show at a job row.
-
chainerui.utils.save_args(conditions, out_path)[source]¶ A util function to save experiment condition for job table.
Parameters: - conditions (
argparse.Namespaceor dict) – Experiment conditions to show on a job table. Keys are show as table header and values are show at a job row. - out_path (str) – Output directory name to save conditions.
- conditions (