cvbird

Results 3 issues of cvbird

Hi, thanks for your excellent work. I am puzzled about the settings of optimizers as follows: `def set_optimizers(self): self.optimizer_encoder = torch.optim.Adam(self.encoder.parameters(), lr=self.args.lr) self.optimizer_image = torch.optim.Adam(self.coarse_decoder.parameters(), lr=self.args.lr) if self.refinement is not...

Hi, thanks for your paper and code. I just found that SBU dataset was implemented without related performance listed in your paper. I wonder the performance on SBU. If possible,...

Hi zzr, thank you for sharing this repo. I wonder how long does it take to train your model on the RESIDE-OUT dataset. I trained with 4 GPUs, and it...