Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
caffe2.python.experiment_util.ExternalLogger Class Reference
Inheritance diagram for caffe2.python.experiment_util.ExternalLogger:

Public Member Functions

def set_runtime_args (self, runtime_args)
 
def log (self, log_dict)
 

Detailed Description

Definition at line 28 of file experiment_util.py.

Member Function Documentation

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.


The documentation for this class was generated from the following file: