Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

<p align="center">
Expand Down