Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
fastalgo committed Oct 10, 2019
1 parent efda90e commit 4d140ea
Show file tree
Hide file tree
Showing 9 changed files with 142,879 additions and 998 deletions.
6 changes: 6 additions & 0 deletions acc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
print(line)
if "top_1_accuracy" in line:
print(line)
if "beta1 is" in line:
print(line)
if "beta2 is" in line:
print(line)
if "eps is" in line:
print(line)
#mystr = line.split();
#acclist = mystr[-1].split('%');
#acc = float(acclist[0]);
Expand Down
Loading

0 comments on commit 4d140ea

Please sign in to comment.