Dassl.pytorch
Dassl.pytorch copied to clipboard
A PyTorch toolbox for domain generalization, domain adaptation and semi-supervised learning.
Thank you for your great work! I have a problem would like to ask. Is it possible to give two different parts in one model with different learning rates?
Hello, we appreciate the help of Dassl! As our code is built on it, we would like to add our method to this repository. Link of paper "Parameter Exchange for...
Hello, kaiyang. I'm trying to use your Dassl in some medical tasks. Due to the limit of my hardware, I have to train the network from two distruibuted GPUs...I'm using...
hi,kaiyang,When I was installing dassl using the installation steps you provided, after completing all the steps and running the code of clipadapter, the following error was thrown: Traceback (most recent...
RuntimeError: CUDA out of memory. Tried to allocate 50.00 MiB (GPU 0; 11.91 GiB total capacity; 11.04 GiB already allocated; 43.62 MiB free; 11.10 GiB reserved in total by PyTorch)...
sorry to disturb you. in my domain generalization task, i find a mistake in https://github.com/KaiyangZhou/Dassl.pytorch/blob/master/dassl/data/datasets/dg/vlcs.py#L40 because in the test data, it should inlcude all images in target domain, so it...
Here is the error I got. KeyError: 'Object name "CLIP_Adapter" does not exist in "TRAINER" registry' The new trainer file is here: https://github.com/gaopengcuhk/CLIP-Adapter/blob/main/clip_adapter.py So does the Registry automatically detect the...
At first, thanks for your work, it's a nice project in DA, DG filed. I'm using your adabn.py to deploy AdaBN method on my model, I read the code, found...
Following the steps in README, there still are some errors to run the demo. The path of dataset maybe have errors, but I have checked carefully, and the "file not...