Module to get all exp schemas
Classes
Functions
get_all_schemas
Returns a list of all exp schemas
Source code in niceml/experiments/schemas/schemalist.py
| def get_all_schemas():
"""Returns a list of all exp schemas"""
return [BaseExperimentSchema, NumRegExpSchema, ObjDetExpSchema]
|