expt: Trying Wasserstein

This commit is contained in:
2021-10-06 18:25:08 +02:00
parent cec738d5cf
commit 192c6b8caf
4 changed files with 5 additions and 5 deletions

View File

@ -144,7 +144,7 @@ def main(args):
# # Show plot
# plt.show()
# Save plot
lmdk_lib.save_plot(path + '-sel.pdf')
lmdk_lib.save_plot(path + '-sel-emd.pdf')
print('[OK]', flush=True)

View File

@ -134,7 +134,7 @@ def main(args):
# Show plot
# plt.show()
# Save plot
lmdk_lib.save_plot(path + '-sel.pdf')
lmdk_lib.save_plot(path + '-sel-emd.pdf')
print('[OK]', flush=True)

View File

@ -155,7 +155,7 @@ def main(args):
# Show plot
# plt.show()
# Save plot
lmdk_lib.save_plot(path + '-sel.pdf')
lmdk_lib.save_plot(path + '-sel-emd.pdf')
print('[OK]', flush=True)