Skip to content

Commit 50f5e4b

Browse files
Update single_cpu_template.py
1 parent 330a21e commit 50f5e4b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/new_project_templates/single_cpu_template.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ def main(hparams):
2525
# ------------------------
2626
# 1 INIT LIGHTNING MODEL
2727
# ------------------------
28-
print('loading model...')
2928
model = LightningTemplateModel(hparams)
30-
print('model built')
3129

3230
# ------------------------
33-
# 2 INIT TEST TUBE EXP
31+
# 2 INIT EXP
3432
# ------------------------
35-
3633
# init experiment
3734
exp = Experiment(
3835
name=hyperparams.experiment_name,

0 commit comments

Comments
 (0)