MiniGPT-4/minigpt4
George Shaikovski f90ae217ee
fix warmup LR
LR resets every epoch during warmup to `warmup_start_lr` because it uses inner epoch step counter. We need to use `total_cur_step` to increment LR continuously from epoch to epoch.
2023-06-02 13:03:38 +01:00
..
common fix warmup LR 2023-06-02 13:03:38 +01:00
configs first commit 2023-04-17 01:04:16 +03:00
conversation fix the issue with strange strikethrough output 2023-04-19 10:53:33 +03:00
datasets fix an import bug in image_text_pair_builder.py 2023-04-17 16:57:20 +03:00
models add argument to set the demo device 2023-04-19 19:49:05 +03:00
processors first commit 2023-04-17 01:04:16 +03:00
runners Update runner_base.py 2023-04-23 15:49:37 +03:00
tasks first commit 2023-04-17 01:04:16 +03:00
__init__.py first commit 2023-04-17 01:04:16 +03:00