dvlab-research / LISA

Project Page for "LISA: Reasoning Segmentation via Large Language Model"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code error about scheduler in train_ds.py

eeeric-code opened this issue · comments

In train_ds.py Line 516
curr_lr = scheduler.get_last_lr()

Does it need to call "step()" first, like this
scheduler.stpe()
curr_lr = scheduler.get_last_lr()