例外:x位置的逃逸\ p错误

时间:2019-04-01 16:27:26

标签: python neural-network allennlp

我正在尝试使用已根据训练数据进行训练的模型来运行allennlp软件包的预测。但是,在过程开始时,会出现此异常并暂停程序。

  

raise source.error('坏转义%s'%转义,len(转义))   sre_constants.error:位置257处的逃逸错误\ p

另外,当我打开一个allennlp环境时,出现另一个错误:

  

2019-04-01 12:20:43,879-信息-allennlp.common.params-   dataset_reader.lazy =错误的分段错误(核心已转储)

我正在执行序列到序列的任务,其中训练数据是使用以下命令的一堆0和1(src和target):

CUDA_VISBILE_DEVICES=1 python -m allennlp.run train  
                       allennlp_config/simple_tagger.json 
                       --serialization-dir models/last

在预测中:

python -m allennlp.run predict models/new1/model.tar.gz 
                               data/test.src.txt 
                               --output bu-out.txt 
                               --cuda-device 0 
                               --batch-size 5

具体来说,我尝试在此仓库中重新生成结果:https://github.com/sebastianGehrmann/bottom-up-summary

0 个答案:

没有答案