Fix typo in tutorial

This commit is contained in:
Abraham Levitan
2020-04-07 10:08:27 -04:00
parent d8486306f7
commit 59f6d58ea6
+1 -1
View File
@@ -50,7 +50,7 @@ We then try a basic Adam reconstruction with this model, with no changes to the
model.inspect(dataset)
print(i,loss)
model.compare()
model.compare(dataset)
plt.show()