We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
您好,由于DAAN模型中局部域鉴别器接受分类器的输出作为权重,那么训练时,局部域鉴别器的损失反向传播也会影响分类器的。是否局部域鉴别器在接受分类器输出的时候,应该对分类器输出进行detach,以接受无梯度传播信息的类别概率?这样可以防止局部域鉴别器损失在模型传播时影响分类器。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,由于DAAN模型中局部域鉴别器接受分类器的输出作为权重,那么训练时,局部域鉴别器的损失反向传播也会影响分类器的。是否局部域鉴别器在接受分类器输出的时候,应该对分类器输出进行detach,以接受无梯度传播信息的类别概率?这样可以防止局部域鉴别器损失在模型传播时影响分类器。
The text was updated successfully, but these errors were encountered: