Closed Afleve closed 7 months ago
I can run these dataset(HAR) But I met this error when I run this on WISDOM using CoTMix cuz the WISDOM class hasn't step_size and lr_decay in the config.py
one more error: cuz the size of trg isn't equal to the size of src in the last batch.
you can set drop_last = True in the dataloader
drop_last = True
I can run these dataset(HAR) But I met this error when I run this on WISDOM using CoTMix cuz the WISDOM class hasn't step_size and lr_decay in the config.py
one more error: cuz the size of trg isn't equal to the size of src in the last batch.