Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
An Wangpeng committed Jun 4, 2018
1 parent a9c22c6 commit bd2add9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Tested under python2.
`python compare.py`

<div align="center">
<img src="moment_vs_pid.pdf" width="700px" />
<img src="moment_vs_pid.jpg" width="700px" />
<p>PID Vs. SGD-Momentum</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ def plot(self, names, axs, indexes):

fig.tight_layout()

savefig('moment_vs_pid.pdf')
savefig('moment_vs_pid.jpg')
Binary file added moment_vs_pid.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed moment_vs_pid.pdf
Binary file not shown.

0 comments on commit bd2add9

Please sign in to comment.