cleaning up demo file

This commit is contained in:
William Falcon 2019-07-08 14:31:40 -04:00
parent 5c56295421
commit 64bdd1c46d
1 changed files with 0 additions and 5 deletions

View File

@ -20,11 +20,6 @@ np.random.seed(SEED)
from lightning_module_template import LightningTemplateModel
# ---------------------
AVAILABLE_MODELS = {
'model_template': LightningTemplateModel
}
"""
Allows training by using command line arguments
Run by: