Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about SSAE structure #6

Open
lilinilili opened this issue Aug 6, 2022 · 0 comments
Open

A question about SSAE structure #6

lilinilili opened this issue Aug 6, 2022 · 0 comments

Comments

@lilinilili
Copy link

lilinilili commented Aug 6, 2022

sir, I wonder why use deepcopy rather than copy, copy use the same parameters in the three decode layers but deepcopy need relearn parameters which maybe consume more time?

    self.mask_decoder_1 = deepcopy(self.perturb_decoder_1)
    self.mask_decoder_2 = deepcopy(self.perturb_decoder_2)
    self.mask_decoder_3 = nn.Sequential(*end_layers2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant