Skip to content

Commit 55aefd4

Browse files
committed
Data type
1 parent 2c2c437 commit 55aefd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videos/intro/perceptron-linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232

3333
# Fit the model
3434
model.fit(X_train, y_train, epochs=10, validation_data=(X_test, y_test),
35-
callbacks=[WandbCallback(validation_data=X_test, labels=labels)])
35+
callbacks=[WandbCallback(labels=labels, data_type="image")])
3636

3737

0 commit comments

Comments
 (0)