mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-28 08:02:12 +00:00
pep8 fixes
This commit is contained in:
parent
13e4282567
commit
c95abad6d1
@ -226,7 +226,7 @@ def plot_values(epochs_seen, examples_seen, train_values, val_values, label="los
|
||||
|
||||
fig.tight_layout() # Adjust layout to make room
|
||||
plt.savefig(f"{label}-plot.pdf")
|
||||
#plt.show()
|
||||
# plt.show()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user