bugfix: remove RichProgressBar (#7)
Browse files- bugfix: remove RichProgressBar (bcca7e81018ca69681d9c3aecc5a00d99d99ddf9)
Co-authored-by: Helen Tamura-Wicks <[email protected]>
- config.yaml +0 -1
config.yaml
CHANGED
@@ -8,7 +8,6 @@ trainer:
|
|
8 |
logger: True # will use tensorboardlogger
|
9 |
|
10 |
callbacks:
|
11 |
-
- class_path: RichProgressBar
|
12 |
- class_path: LearningRateMonitor
|
13 |
init_args:
|
14 |
logging_interval: epoch
|
|
|
8 |
logger: True # will use tensorboardlogger
|
9 |
|
10 |
callbacks:
|
|
|
11 |
- class_path: LearningRateMonitor
|
12 |
init_args:
|
13 |
logging_interval: epoch
|