GLEE/configs/common
wjf5203 7a021a077b uodate training code 2024-03-19 10:31:00 +08:00
..
data uodate training code 2024-03-19 10:31:00 +08:00
models uodate training code 2024-03-19 10:31:00 +08:00
README.md uodate training code 2024-03-19 10:31:00 +08:00
coco_schedule.py uodate training code 2024-03-19 10:31:00 +08:00
optim.py uodate training code 2024-03-19 10:31:00 +08:00
train.py uodate training code 2024-03-19 10:31:00 +08:00

README.md

This directory provides definitions for a few common models, dataloaders, scheduler, and optimizers that are often used in training. The definition of these objects are provided in the form of lazy instantiation: their arguments can be edited by users before constructing the objects.

They can be imported, or loaded by model_zoo.get_config API in users' own configs.