enable the diffusion visualization evaluators to run on multiple datasets
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/527 - Add model.reset_generation_counter() to enable the diffusion visualization evaluators to run on multiple test datasets. - Before this fix, the visualization evaluators will only run on the 1st test dataset since self.generation_counter will set to <0 after running on the 1st test datasaet. Thus the visualization evaluators will skip for all the other test sets since self.generation_counter < 0. - Use the ddim for upsampler by default for better results Reviewed By: zechenghe Differential Revision: D45058672 fbshipit-source-id: 2f7919bf6ecd2e5f6f242ce3e7891cb3dc8d6af4
Showing
Please register or sign in to comment