We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638776a commit d51b0ecCopy full SHA for d51b0ec
gallery/experiments/simulated_abinitio_pipeline.py
@@ -52,7 +52,7 @@
52
num_imgs = 10000 # How many images in our source.
53
n_classes = 1000 # How many class averages to compute.
54
n_nbor = 10 # How many neighbors to stack
55
-noise_variance = 1e-4 # Set a target noise variance
+noise_variance = 5e-7 # Set a target noise variance
56
57
58
# %%
0 commit comments