We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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 ????
The text was updated successfully, but these errors were encountered:
You could try splitting (Train-Test-Validate) dialog data from 'movie_lines.txt' http://www.cs.cornell.edu/%7Ecristian/Cornell_Movie-Dialogs_Corpus.html
Sorry, something went wrong.
Could someone please explain what's the meaning of split? Split to 3 equal n sized parts? @vishalshar
Yes you can do n equal splits or 60-20-20 (train-test-validate)
No branches or pull requests
(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
????
The text was updated successfully, but these errors were encountered: