harvard-edge / multilingual_kws

Few-shot Keyword Spotting in Any Language and Multilingual Spoken Word Corpus
155 stars 35 forks source link

UMAP visualization transitive dependency on old numpy #33

Open mmaz opened 2 years ago

mmaz commented 2 years ago

When running the intro tutorial notebook in the docker container for tensorflow/tensorflow:latest-gpu-jupyter the umap library can't be installed because numba only works on numpy <= 1.20

Installing umap in colab currently works but this might cause issues soon. We might want to move the umap visualization to a separate notebook.