DDC-transfer-learning icon indicating copy to clipboard operation
DDC-transfer-learning copied to clipboard

A simple implementation of Deep Domain Confusion: Maximizing for Domain Invariance

Results 3 DDC-transfer-learning issues
Sort by recently updated
recently updated
newest added

Could you tell me whether the DDC result (56%) provided were obtained by full-training protocol or down-sample Protocol? I run the provided codes by full-training protocol but couldn't obtain the...

def test_ddcnet(model, target_loader): """ test target data on fine-tuned alexnet :param model: trained alexnet on source data set :param target_loader: target dataloader :return: correct num """ # enter evaluation mode...

hi, I want to run the proj,and want to know the env needed。 is the requirement the same as python 3 pytorch 0.3.1 torchvision 0.2.0 thx