Merge branch 'master' of github.mit.edu:Scattering/CDTools

This commit is contained in:
Abe Levitan
2020-04-23 14:32:29 -04:00
+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()