plotting¶
load_experiment_results¶
-
morgana.viz.plotting.
load_experiment_results
(experiment_name, metric_names='loss', mode='train', experiments_base='experiments')[source]¶ Loads metrics from an experiment.
- Returns
results – Dictionary of results with the following structure,
{ metric_name: OrderedDict( epoch: metric_value ) }
- Return type