-
Notifications
You must be signed in to change notification settings - Fork 30
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
HMNetModel cannot be load #75
Comments
I investigate a bit this problem. It doesn't seem to work just for the colab. When I install SummerTime locally, model is loaded. |
Can you try now since #79 is just merged to solve some issues for HMNet? |
Yes I test your code and it seems all work from running point of view. One problem is that, the HMNetModel isn't downloading automatically, I had to do it manually - related with #84? EDIT: |
#84 is more related to the dataset caching, not models per se. For HMNet, after #79, it should be downloading automatically for the first time, if it hasn't been cached before. I believe the AMI model is fine-tuned on AMI dialogue data and the new one is pre-trained on a "dialogue-ized" CNN/DM data. I found the latter one to be working better in my case, hence the change. But it should be easy enough to provide options to the users, I'll be on that soon. |
Yes, I think the option to choose a model would be good :) |
Hi :)
I have problem with HMNetModel. I can't load it on yours Colab notebook.
I prepare code for this task:
I get error:
Do you know what's happen? Thanks in advance for your help :)
The text was updated successfully, but these errors were encountered: