From 52eb80926010a9e06c9a21eb87d93411b05deb52 Mon Sep 17 00:00:00 2001 From: Joan Fontanals Martinez Date: Wed, 28 Sep 2022 17:37:04 +0200 Subject: [PATCH] docs: correct readme plotting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd476cb5556..3801bdd48ba 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ This step takes ~30 seconds on GPU. Beside PyTorch, you can also use TensorFlow, You can visualize the embeddings via tSNE in an interactive embedding projector: ```python -left_da.plot_embeddings() +left_da.plot_embeddings(image_sprites=True) ```