MiniGPT-4/minigpt4/common
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
..
__init__.py first commit 2023-04-17 01:04:16 +03:00
config.py fix an import bug in image_text_pair_builder.py 2023-04-17 16:57:20 +03:00
dist_utils.py first commit 2023-04-17 01:04:16 +03:00
gradcam.py first commit 2023-04-17 01:04:16 +03:00
logger.py first commit 2023-04-17 01:04:16 +03:00
optims.py fix warmup LR 2023-06-02 13:03:38 +01:00
registry.py first commit 2023-04-17 01:04:16 +03:00
utils.py first commit 2023-04-17 01:04:16 +03:00