divelab/DIG

Why the projector(fc1 and fc2) in graphfair don't have optimizer?How to optimize their parameters?

Yun-Fu opened this issue · 0 comments

Thanks for your wonderful work in Graphair! But I'm so confused about the optimization of the projector, why they don't have any opitimizer?Could they be random parameters that don't need to be updated?

self.fc1 = torch.nn.Linear(num_hidden, num_proj_hidden)