Skip to content
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 run decode ,then has a error #6

Open
fiser321 opened this issue Apr 27, 2017 · 3 comments
Open

I run decode ,then has a error #6

fiser321 opened this issue Apr 27, 2017 · 3 comments

Comments

@fiser321
Copy link

(env-0.12.0) root@op-System-Product-Name:/home/github/deep-text-corrector# cat predict.sh
python correct_text.py --test_path ./test.txt --config DefaultMovieDialogConfig --data_reader_type MovieDialogReader --model_path ./movie_dialog_model --decode

may I run "python correct_text.py --train_path ./movie_dialog_train.txt --test_path ./test.txt --config DefaultMovieDialogConfig --data_reader_type MovieDialogReader --model_path ./movie_dialog_model --decode"????

add -train_path ./movie_dialog_train.txt
????

@vishalshar
Copy link

You could try splitting (Train-Test-Validate) dialog data from 'movie_lines.txt'
http://www.cs.cornell.edu/%7Ecristian/Cornell_Movie-Dialogs_Corpus.html

@ourway
Copy link

ourway commented May 12, 2019

Could someone please explain what's the meaning of split? Split to 3 equal n sized parts?
@vishalshar

@vishalshar
Copy link

Yes you can do n equal splits or 60-20-20 (train-test-validate)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants