hibou.config.OUTPUT_DIR#
The path of the output directory. You should have one directory by configuration or test. By default its set on "hibou_output".
This directory will contain several data:
the synchronized and averaged data for the inputs, the targets and timestamps;
the output of each model (each run will erase the previous one)
the figures plotted
the logs of all the previous runs;
the result from
keras_tuner.
Hint
The name of the output directory can be a path.
Warning
Do not set OUTPUT_DIR to the value "hibou" as its ambiguous with the package name. Basically, when the OUTPUT_DIR is set on "hibou", you’ll get an AttributeError: module 'hibou' has no attribute […].