-
Notifications
You must be signed in to change notification settings - Fork 267
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
I am getting movie_dialog_train.txt not found Error #15
Comments
You could try splitting (Train-Test-Validate) dialog data from 'movie_lines.txt' |
Thanks bro, solved it :P I am trying to add more language rules for this algorithm. Can you help me with any advice? |
#joelvarma can you please help me with the script how you split in train test and validation. |
can you please help me to figure it out how you split data into training set and validation set? |
Can you please help me with the script how you split in train test and validation. |
when I run this command
python correct_text.py --train_path /movie_dialog_train.txt --val_path /movie_dialog_val.txt \ --config DefaultMovieDialogConfig \ --data_reader_type MovieDialogReader \ --model_path /movie_dialog_model
IOError: [Errno 2] No such file or directory: '/movie_dialog_train.txt'
this error is showing up.Am I missing something here? I cannot find this text file in Cornell corpus also. I'm trying to build a grammar checker for my project. Can anyone help me with this issue?
The text was updated successfully, but these errors were encountered: