Skip to main content
You can load Graders that have been previously created in the platform automatically using the Grader class (excluding Recipe Graders, which only exist as code within your custom recipe).

Include AdaptiveGrader in InputConfig

In order to do this, you must only make sure that one or more AdaptiveGraders can be passed to your recipe as input:
The AdaptiveGrader object will contain all the configuration necessary to instantiate a Grader in code, with the exact same properties you’ve defined in the Adaptive platform.

Load with Grader.from_config

You can then automatically load and setup your graders with Grader.from_config():
Now the Graders are ready to use for training, evaluation, or anything else you find use for!