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.
2 parents 866687e + 8a13bc5 commit 249164bCopy full SHA for 249164b
gallery/experiments/experimental_abinitio_pipeline_10073.py
@@ -75,7 +75,7 @@
75
76
# Downsample the images
77
logger.info(f"Set the resolution to {img_size} X {img_size}")
78
-src.downsample(img_size)
+src = src.downsample(img_size)
79
80
src = src.cache()
81
0 commit comments