"vscode:/vscode.git/clone" did not exist on "88018fcf20cc375a938c1c9fb786fab3ea8fe20c"
Commit 3e801673 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

remove ipdb

parent f8a9bb6f
...@@ -172,7 +172,6 @@ class SamplerTesterMixin(unittest.TestCase): ...@@ -172,7 +172,6 @@ class SamplerTesterMixin(unittest.TestCase):
# 2. Sample gaussian noise # 2. Sample gaussian noise
image = scheduler.sample_noise((1, model.in_channels, model.resolution, model.resolution), device=torch_device, generator=generator) image = scheduler.sample_noise((1, model.in_channels, model.resolution, model.resolution), device=torch_device, generator=generator)
import ipdb; ipdb.set_trace()
# 3. Denoise # 3. Denoise
for t in reversed(range(len(scheduler))): for t in reversed(range(len(scheduler))):
......
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