mirror of
https://github.com/cdtools-developers/cdtools.git
synced 2026-09-15 23:52:38 +02:00
Remove the datset arg from all remaining examples of model.inspect() in the example code
This commit is contained in:
@@ -20,6 +20,6 @@ for loss in model.Adam_optimize(10, dataset):
|
||||
model.inspect()
|
||||
print(model.report())
|
||||
|
||||
model.inspect(dataset)
|
||||
model.inspect()
|
||||
model.compare(dataset)
|
||||
plt.show()
|
||||
|
||||
Reference in New Issue
Block a user