seq2seq
seq2seq copied to clipboard
Error while executing
I am executing the following command as a batch file on windows10
python -m bin.train --config_paths="C:\Users\seq2seqten\data\Configs\basicconfig" --model_params "vocab_source: C:\Users\seq2seqten\data\knowdata\" --input_pipeline_train "class: ParallelTextInputPipeline params: source_files: - C:\Users\seq2seqten\data\knowdata\knoworg.bin.txt target_files: - C:\Users\seq2seqten\data\knowdata\knowans.bin.txt --batch_size 32 --train_steps 1000000 --output_dir C:\Users\seq2seqten\data\knowdata\nmt_tutorial.txt
I am getting the error:```
self.get_mark())
yaml.scanner.ScannerError: mapping values are not allowed here
in "
Can you please let me know what I am missing