Analyzer

class deepobs.analyzer.analyze_utils.Analyzer(path)[source]

DeepOBS analyzer class to generate result plots or get other summaries.

Parameters:path (str) -- Path to the results folder. This folder should contain one or multiple testproblem folders.
testproblems

Dictionary of test problems where the key is the name of a test problem (e.g. cifar10_3c3d) and the value is an instance of the TestProblemAnalyzer class (see below).