Update single_cpu_template.py

This commit is contained in:
William Falcon
2019-09-14 02:23:49 -04:00
committed by GitHub
parent 330a21ea91
commit 50f5e4bec8
@@ -25,14 +25,11 @@ def main(hparams):
# ------------------------
# 1 INIT LIGHTNING MODEL
# ------------------------
print('loading model...')
model = LightningTemplateModel(hparams)
print('model built')
# ------------------------
# 2 INIT TEST TUBE EXP
# 2 INIT EXP
# ------------------------
# init experiment
exp = Experiment(
name=hyperparams.experiment_name,