-
Notifications
You must be signed in to change notification settings - Fork 26
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
how to try this model ? #1
Comments
above the mistake : |
Hello, |
did you finished the whole procedure and generated the sentence as is shown in paper? |
No, sorry, actually, I am using the system to paraphrase my own corpus. I am currently running a forward pass
|
Thank you for your help! that works! But the 'checksum does not exist' error still exists. """ |
Sorry, I don't have this issue... I hope you will fix it :) |
Thank you for pointing out the problem. The problem results from a broken checkpoint file and I have already updated the file. Some path problems have also been fixed. |
@CroquetteTheThe |
I have downloaded the pertained model and try to run in cgmh/ python key_gen.py or cgmh/key_gen/ python key_gen.py. There is a mistake saying that
Traceback (most recent call last):
File "key_gen.py", line 10, in
import reader
File "/Users/tongjinle/Desktop/git_project/CGMH/key_gen/reader.py", line 8, in
from utils import *
File "/Users/tongjinle/Desktop/git_project/CGMH/key_gen/utils.py", line 17, in
from dict_use import dict_use
ImportError: No module named dict_use
The text was updated successfully, but these errors were encountered: