Update single_cpu_template.py
This commit is contained in:
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,
|
||||
|
|
Loading…
Reference in New Issue