pytorch-domain-adaptation icon indicating copy to clipboard operation
pytorch-domain-adaptation copied to clipboard

A collection of implementations of adversarial domain adaptation algorithms

Results 7 pytorch-domain-adaptation issues
Sort by recently updated
recently updated
newest added

Hi, I have some questions about my results. Is that right the discriminator_acc is growing increasingly not decreasing? This is from adda. ``` EPOCH:001, discriminator_loss:0.2972, discriminator_accuracy:0.8953 EPOCH:002, discriminator_loss:0.0260, discriminator_accuracy:0.9923 EPOCH:003,...

in wdgrl.py I put "trained_models/source.pt" in MODEL_FILE , but it is no work. i don't know why. arg_parser.add_argument('MODEL_FILE', help='trained_models/source.pt')

In wdgrl.py - gradient_penalty(critic, h_s, h_t): The interpolates created in line 29 are of size _(3 x batch_size x feature_size)_. Following that the gradients are also of size (3 x...

I'm following the script and use exactly the same parameters as the script used. However, the best I can get for WDGRL is 0.6786. Can you specify what parameters you...

Hello all, I have done the according steps as said in README.md file, and as I was running the adda.py file with the specified argument as followed: `python adda.py trained_models/source.pt`...

Hello! guys. Has anyone ever encountered such mistakes? How the errors fix? Traceback (most recent call last): File "wdgrl.py", line 134, in main(args) File "wdgrl.py", line 76, in main (source_x,...