-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Hi, thanks for sharing your great works !!!! It's so amazing!
I have a question about the decoder, I wonder if you can help me out a bit.
Can you please explain what these three params are for? ( bias_xs, gain and bias )
Lines 186 to 190 in ea35b49
| self.bias_xs = nn.ParameterList([nn.Parameter(torch.zeros(1, self.widths[res], res, res)) for res in self.resolutions if res <= H.no_bias_above]) | |
| self.out_net = DmolNet(H) | |
| self.gain = nn.Parameter(torch.ones(1, H.width, 1, 1)) | |
| self.bias = nn.Parameter(torch.zeros(1, H.width, 1, 1)) | |
| self.final_fn = lambda x: x * self.gain + self.bias |
Metadata
Metadata
Assignees
Labels
No labels