Skip to content

Commit 20d53f1

Browse files
committed
finetune labels
1 parent f4dae36 commit 20d53f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras-transfer/dogcat-finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def setup_to_finetune(model):
118118
steps_per_epoch=2,
119119
epochs=20,
120120
validation_data = val_data,
121-
callbacks=[WandbCallback(data_type="image")],
121+
callbacks=[WandbCallback(data_type="image", labels=["cat", "dog"])],
122122
)
123123

124124
model.save(args.output_model_file)

0 commit comments

Comments
 (0)