hpoghos commited on
Commit
62db519
1 Parent(s): e36586d

Update t2v_enhanced/configs/text_to_video/config.yaml

Browse files
t2v_enhanced/configs/text_to_video/config.yaml CHANGED
@@ -11,20 +11,20 @@ trainer:
11
  - class_path: pytorch_lightning.callbacks.RichModelSummary
12
  init_args:
13
  max_depth: 1
14
- - class_path: pytorch_lightning.callbacks.RichProgressBar
15
- init_args:
16
- refresh_rate: 1
17
- leave: false
18
- theme:
19
- description: white
20
- progress_bar: '#6206E0'
21
- progress_bar_finished: '#6206E0'
22
- progress_bar_pulse: '#6206E0'
23
- batch_progress: white
24
- time: grey54
25
- processing_speed: grey70
26
- metrics: white
27
- console_kwargs: null
28
  fast_dev_run: false
29
  max_epochs: 5000
30
  min_epochs: null
 
11
  - class_path: pytorch_lightning.callbacks.RichModelSummary
12
  init_args:
13
  max_depth: 1
14
+ # - class_path: pytorch_lightning.callbacks.RichProgressBar
15
+ # init_args:
16
+ # refresh_rate: 1
17
+ # leave: false
18
+ # theme:
19
+ # description: white
20
+ # progress_bar: '#6206E0'
21
+ # progress_bar_finished: '#6206E0'
22
+ # progress_bar_pulse: '#6206E0'
23
+ # batch_progress: white
24
+ # time: grey54
25
+ # processing_speed: grey70
26
+ # metrics: white
27
+ # console_kwargs: null
28
  fast_dev_run: false
29
  max_epochs: 5000
30
  min_epochs: null