cerebras.modelzoo.common.registry.Registry#
- class cerebras.modelzoo.common.registry.Registry[source]#
Bases:
objectMethods
get_config_classget_loss_classget_model_classget_pathget_run_pathlist_datasetlist_datasetprocessorlist_losslist_lr_schedulerlist_modelsThis method is added to register config classes
This method is added to register dataset
This method is added to register datasetprocessor
This method is added to register loss
This method is added to register lr_schedular
This method is added to register models
This method is register paths useful for the user
Look for run path for the model
This method is added to unregister
Attributes
mapping- classmethod register_model(model_name, datasetprocessor=[], dataset=[])[source]#
This method is added to register models