"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "52ed6a4507e8e85343382d2015943b558b92a658"
Commit f8a9bb6f authored by Patrick von Platen's avatar Patrick von Platen
Browse files

merge

parents 6f88cc92 89af440e
...@@ -172,6 +172,7 @@ class SamplerTesterMixin(unittest.TestCase): ...@@ -172,6 +172,7 @@ 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