-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConveRT model fails to load due to updated TensorFlow Hub module URL #6741
Comments
I've created a PR updating the model URL: #6742 I've also opened an issue on the PolyAI models repository asking them to 301 redirect the old model URLs to the new model URLs 🙂 |
@connorbrinton Still the error persists. Any updates on this? |
I am having the same error. |
Please update to 1.10.14. Bug fixed there. |
@gbax Sorry but I'm confused, what should be updated to 1.10.14? |
I think he's talking about rasa 1.10.14 |
https://github.com/PolyAI-LDN/polyai-models/releases/download/v1.0/model.tar.gz PloyAI just decided to take down the ConveRT models from the public domain: Do we have any workaround? |
The previously publicly available ConveRT models appear to have been licensed under the Apache 2.0 license, making redistribution permissible. If anyone has the official files for the ConveRT models, it would be great to have them redistributed under the same license here. I've repackaged the loaded model I have running in production, and released it here (under the Apache 2.0 license): |
@connorbrinton I tried using your repackaged model: But facing the same 404 error!! |
You need to change https://github.com/PolyAI-LDN/polyai-models/releases/download/v1.0/model.tar.gz URL to https://github.com/connorbrinton/polyai-models/releases/download/v1.0/model.tar.gz in your pipeline. |
The models are now released by the original author on github |
@lohithpro I think the repository you're linking to must be a reimplementation of the ConveRT model? David Alami isn't on the original ConveRT paper and doesn't seem to have any affiliation with PolyAI. If you're interested in the original ConveRT repository, you can access changes up to June 24th, 2020 at the Software Heritage Archive. |
great!!! I thought GitHub repos data are not cached anywhere, thanks for the link @connorbrinton. |
Rasa version:
Python version:
3.7.7
Operating system (windows, osx, ...):
Tested on OS X, Linux, probably occurs on Windows too
Issue:
The hosting location of the ConveRT Tensorflow Hub module has been updated. It now is available from the following URL:
The old hosting location has been taken down. This means that any Rasa model currently using ConveRT without the TFHub module cached cannot be loaded.
Error (including full traceback):
Command or request that led to error:
Or anything that requires loading the ConveRT model (including loading previously trained models that use the ConveRT TFHub model).
The text was updated successfully, but these errors were encountered: