Skip to content

Commit 756b487

Browse files
committed
fixed #36
1 parent 407ba1d commit 756b487

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

log/plot_curve.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def plot_acc(log_name, color="r"):
5353
def main():
5454
plt.figure(figsize=(14, 8))
5555
plt.xlabel("epoch")
56-
plt.ylabel("Top-1 accuracy")
56+
plt.ylabel("Top-1 error")
5757
color = ['r', 'g', 'b', 'c', 'm', 'y', 'k', 'w']
5858
log_files = [i for i in args.logs.split(',')]
5959
color = color[:len(log_files)]

log/training-curve.png

1.39 MB
Loading

0 commit comments

Comments
 (0)