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) ```