Public Member Functions | |
| def | set_runtime_args (self, runtime_args) |
| def | log (self, log_dict) |
Definition at line 28 of file experiment_util.py.
| def caffe2.python.experiment_util.ExternalLogger.log | ( | self, | |
| log_dict | |||
| ) |
log a dict of key/values to an external destination
log_dict: input dict
Definition at line 42 of file experiment_util.py.
| def caffe2.python.experiment_util.ExternalLogger.set_runtime_args | ( | self, | |
| runtime_args | |||
| ) |
Set runtime arguments for the logger.
runtime_args: dict of runtime arguments.
Definition at line 32 of file experiment_util.py.
1.8.11