Skip to content

Commit

Permalink
use fodler name
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Jan 16, 2019
1 parent 76945cf commit 4fe8587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vecto/benchmarks/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ def plot_accuracy(path, key_primary="experiment_setup.method",
if __name__ == "__main__":
plot_accuracy("/mnt/work/scratch",
key_primary="experiment_setup.task",
key_secondary="experiment_setup.embeddings.foldername")
key_secondary="experiment_setup.embeddings.name")
from matplotlib import pyplot as plt
plt.savefig("results.pdf", bbox_inches="tight")

0 comments on commit 4fe8587

Please sign in to comment.