Dassl.pytorch icon indicating copy to clipboard operation
Dassl.pytorch copied to clipboard

A PyTorch toolbox for domain generalization, domain adaptation and semi-supervised learning.

Results 26 Dassl.pytorch issues
Sort by recently updated
recently updated
newest added

Hello, thank you for your great work! I have an issue when I want to send nn.parameter to the optimizer, the error is as follow: TypeError: params argument given to...

调用dassl库如何重写evaluator的Classification类?

Project file: Dassl.pytorch/dassl/data/transforms/randaugment.py, line 93 in SolarizeAdd, np.int is deprecated in NumPy 1.20. But now almost every pytorch version requires NumPy>=1.24, including pytorch 1.8.1. Maybe I made a mistake but...

no get_dataset file is there in the wilds folder

Hello, I appreciate your toolbox and I am actively using it! I have implemented a small change in the data loader construction in `data_manager.py` to force disabling `drop_last` on training...

I was interested in your work, so I downloaded the code to try it out. However, under the Settings of M=16, Shot=5, CTP=middle, the test acc of the three random...