"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "93024ace026e6e0a30449a932fa30cfd49258251"
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): ...@@ -187,6 +187,7 @@ class PNDMScheduler(SchedulerMixin, ConfigMixin):
self.ets = [] self.ets = []
self.counter = 0 self.counter = 0
self.cur_model_output = 0
def step( def step(
self, 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