LeapLabTHU/DAT

build_loader function missing

arezaz opened this issue · 1 comments

DAT/main.py

Line 27 in 4bb699e

from data import build_loader

I think ./data is missing. Is build_loader function supposed to be:
https://github.com/microsoft/Swin-Transformer/blob/5d2aede42b4b12cb0e7a2448b58820aeda604426/data/build.py#L38

Thanks for pointing out this bug, I slipped up with an additional 'data' in the .gitignore file. Please refer to 001ed3d.