thuml / Transfer-Learning-Library

Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
http://transfer.thuml.ai
MIT License
3.39k stars 553 forks source link

val_loader和test_loader相同 #191

Closed ghost closed 1 year ago

ghost commented 1 year ago

你好,exampels文件夹下domain_adaptation下的image_classification里面那些方法,用到的val_loader和test_loader从代码上看是相同的,验证集和测试集相同这一点多少有点问题吧

ghost commented 1 year ago

image 从代码上看这大多数的情况下会执行这个else里的代码

thucbx99 commented 1 year ago

这是Domain Adaptation领域中的一个历史问题,可以参考我们之前的解释如https://github.com/thuml/Transfer-Learning-Library/issues/15, https://github.com/thuml/Transfer-Learning-Library/issues/28, https://github.com/thuml/Transfer-Learning-Library/issues/47, https://github.com/thuml/Transfer-Learning-Library/issues/105, https://github.com/thuml/Transfer-Learning-Library/issues/153