forked from qoherent/modrec-workflow
enabled progress bar
This commit is contained in:
parent
dc72fd0148
commit
1e7fdab60c
|
@ -138,7 +138,7 @@ def train_model():
|
||||||
benchmark=True,
|
benchmark=True,
|
||||||
precision="16-mixed",
|
precision="16-mixed",
|
||||||
logger=False,
|
logger=False,
|
||||||
enable_progress_bar=False, # Disable all progress bars
|
enable_progress_bar=True, # Disable all progress bars
|
||||||
enable_model_summary=False, # Disable model summary
|
enable_model_summary=False, # Disable model summary
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user