Spaces:
Sleeping
Sleeping
Commit
·
8de6687
1
Parent(s):
91820d0
train script added
Browse files
train.py
CHANGED
@@ -122,7 +122,7 @@ summary(
|
|
122 |
trainer = pl.Trainer(
|
123 |
max_epochs=CONFIG['training'].get('num_epochs',15),
|
124 |
logger=logger,
|
125 |
-
profiler=perf_profiler,
|
126 |
callbacks=call_backs,
|
127 |
precision=32,
|
128 |
enable_model_summary=False,
|
|
|
122 |
trainer = pl.Trainer(
|
123 |
max_epochs=CONFIG['training'].get('num_epochs',15),
|
124 |
logger=logger,
|
125 |
+
profiler=perf_profiler,#'advanced',
|
126 |
callbacks=call_backs,
|
127 |
precision=32,
|
128 |
enable_model_summary=False,
|