zyq

Results 6 comments of zyq

I also encountered the same problem, I have tried to use this code to reproduce the results in the paper. But when using the default training code setting in the...

In unsupervised domain adaptation,the "labels_target" is usually unknown, how do you get the "labels_target"? Where should this line of code be placed in the train_image.py? Can you explain it in...

> You can use all source labels by using the data split file without the suffix '_labeled_xx'. For example, there is a txt file 'amazon.txt' containing all label information. Sorry,...

> 我又看了一遍代码,发现https://github.com/zhengzangw/PCS-FUDA/blob/master/pcs/agents/CDSAgent.py#L168,如果fewshot是None,那么应该全部使用。也许你可以尝试设置fewshot=None。(您可以修改配置文件来实现此目的)。 > > 如果这不起作用,您可以将“amazon.txt”重命名为“amazon_labeled_999”(999 是一个无意义的词)。并将 999 传递给少数人。我认为这种硬编码方式也可以工作。 I have tried the above ways. If the fewshot is None, it does not work. So we set the fewshot number to...

> This is strange. Do you rename the file in `data/split/office`? As I remembered, it is not hard to conduct full label training based on the released code. If you...

Thank you very much for your reply. I have got it. I am sorry to disturb you. I have some other questions. 1、 How to define the term of “few...