Skip to content

Commit

Permalink
figure for report
Browse files Browse the repository at this point in the history
  • Loading branch information
sharath committed May 5, 2019
1 parent 097cad3 commit 1832a94
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
Binary file added notebooks/dataset.pkl
Binary file not shown.
8 changes: 4 additions & 4 deletions notebooks/dataset_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -127,7 +127,7 @@
"117"
]
},
"execution_count": 10,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -138,7 +138,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -147,7 +147,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
Expand Down
1 change: 1 addition & 0 deletions notebooks/dataset_statistics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"plt.title('Euclidean Distance between Encodings')\n",
"sns.heatmap(matrix, annot=True, fmt='.1f', square=True, vmin=0, vmax=30, xticklabels=labels, yticklabels=labels, cbar_kws={'orientation': 'vertical', 'fraction': 0.047, 'pad': 0.01})\n",
"plt.savefig('matrix-distances.pdf', dpi=200)\n",
"plt.savefig('matrix-distances.png', dpi=200, bbox_inches='tight')\n",
"plt.show()"
]
},
Expand Down
Binary file modified notebooks/matrix-distances.pdf
Binary file not shown.
Binary file added notebooks/matrix-distances.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/symbol-occurrences.pdf
Binary file not shown.

0 comments on commit 1832a94

Please sign in to comment.