changed read me

This commit is contained in:
William Falcon
2019-06-28 13:51:28 -04:00
parent f4030a7cf8
commit 93fcd861c4
2 changed files with 4 additions and 4 deletions
@@ -17,11 +17,11 @@ np.random.seed(SEED)
# ---------------------
# DEFINE MODEL HERE
# ---------------------
from docs.source.examples.example_model import ExampleModel
from .lightning_module_template import LightningTemplateModel
# ---------------------
AVAILABLE_MODELS = {
'model_template': ExampleModel
'model_template': LightningTemplateModel
}