Update ldm_baseline/run.py
Browse files- ldm_baseline/run.py +2 -2
ldm_baseline/run.py
CHANGED
@@ -36,6 +36,6 @@ ax[2].set_title("HR")
|
|
36 |
plt.show()
|
37 |
|
38 |
# Run the experiment
|
39 |
-
# benchmark.create_geotiff(model, run_diffuser,
|
40 |
# benchmark.run(["naip"])
|
41 |
-
# benchmark.plot(["naip"])
|
|
|
36 |
plt.show()
|
37 |
|
38 |
# Run the experiment
|
39 |
+
# benchmark.create_geotiff(model, run_diffuser, "all", "ldm_baseline/")
|
40 |
# benchmark.run(["naip"])
|
41 |
+
# benchmark.plot(["naip"])
|