Unverified Commit de9ce9e9 authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

[SchedulingPNDM ] reset cur_model_output after each call (#2376)

reset cur_model_output
parent fa35750d
......@@ -187,6 +187,7 @@ class PNDMScheduler(SchedulerMixin, ConfigMixin):
self.ets = []
self.counter = 0
self.cur_model_output = 0
def step(
self,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment