Open
Description
I'm looking into the code and find that in def update_cpc()
both self.encoder_optimizer.step()
and self.cpc_optimizer.step()
are called. However the parameters of critic.encoder
are carried by both optimizer. Isn't it true that, in def update_cpc()
, critic.encoder
is updated twice using the same gradient?
Metadata
Metadata
Assignees
Labels
No labels
Activity