"docs/vscode:/vscode.git/clone" did not exist on "5383188c7e5ab8089333ebff995cd83c75c6f116"
Run same number of DDPM steps in inference as training (#2263)
Resolves ValueError: `num_inference_steps`: 1000 cannot be larger than `self.config.train_timesteps`: 50 as the unet model trained with this scheduler can only handle maximal 50 timesteps.
Showing
Please register or sign in to comment