You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like OpenL3, the EdgeL3 package is not compatible with the newer version of Kapre (1.7). And while the package can still be installed successfully via pip install edgel3 it is unusable, (i.e. calls to edgel3.get_embedding or edgel3.models.load_embedding_model error out).
The Kapre version should be pinned to kapre==1.4, just like OpenL3 (see commit here
You can check out the below Colab Notebooks for examples of the package failing with kapre==1.7 and working with kapre==1.4
Just like OpenL3, the EdgeL3 package is not compatible with the newer version of Kapre (1.7). And while the package can still be installed successfully via
pip install edgel3
it is unusable, (i.e. calls toedgel3.get_embedding
oredgel3.models.load_embedding_model
error out).The Kapre version should be pinned to
kapre==1.4
, just like OpenL3 (see commit hereYou can check out the below Colab Notebooks for examples of the package failing with
kapre==1.7
and working withkapre==1.4
The text was updated successfully, but these errors were encountered: