Skip to content

Commit

Permalink
bbox_inches=tight
Browse files Browse the repository at this point in the history
  • Loading branch information
sharath committed May 9, 2019
1 parent 1ab7266 commit f755c4c
Show file tree
Hide file tree
Showing 11 changed files with 1,392 additions and 1,266 deletions.
128 changes: 126 additions & 2 deletions diagrams/lstm.ipynb

Large diffs are not rendered by default.

Binary file modified diagrams/lstm.pdf
Binary file not shown.
Binary file modified diagrams/lstm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,250 changes: 1,125 additions & 1,125 deletions diagrams/lstm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions diagrams/tdnn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -84,7 +84,7 @@
"plt.xlim(-0.2, 1)\n",
"plt.ylim(0, 1)\n",
"plt.savefig('tdnn.pdf', dpi=200)\n",
"plt.savefig('tdnn.png', dpi=200)\n",
"plt.savefig('tdnn.png', dpi=200, bbox_inches='tight')\n",
"plt.savefig('tdnn.svg', type='svg')\n",
"plt.show()"
]
Expand Down
Binary file modified diagrams/tdnn.pdf
Binary file not shown.
Binary file modified diagrams/tdnn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
266 changes: 133 additions & 133 deletions diagrams/tdnn.svg
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 results/conversion-loss.pdf
Binary file not shown.
Binary file modified results/conversion-loss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions results/runtime.ipynb

Large diffs are not rendered by default.

0 comments on commit f755c4c

Please sign in to comment.