LIR-for-Unsupervised-IR icon indicating copy to clipboard operation
LIR-for-Unsupervised-IR copied to clipboard

One question in dis_update function

Open laulampaul opened this issue 4 years ago • 0 comments

in dis_update(self, x_a, x_b, hyperparameters): the content adversial codes are , out_a = self.dis_content(h_a) out_b = self.dis_content(h_b) why not use h_a.detach() and h_b.detach() to avoid the update in the parameters of G ? Thank you!

laulampaul avatar Sep 18 '20 02:09 laulampaul