bugfix: remove RichProgressBar (#9)
Browse files- bugfix: remove RichProgressBar (486685aeaaed62189fbeff6c215aabe94f43284c)
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
         | 

