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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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,