WSChange
WSChange
check you library.use the same library as the author's use
> > @Shanzaay Here it is: > > ``` > > export CLASSPATH=/home/stanford-corenlp-full-2018-10-05/stanford-corenlp-3.9.2.jar > > ``` > > > > > > > > > > > > > >...
you should check your file path.
> For me, the 'real_name' variable was not getting set because I'm working on a windows machine and windows uses '\' instead of '/' in its path. So, in `format_to_lines(args)`...
> I tried above solution but it didn't work.. could anyone help? > > File "/content/drive/MyDrive/Colab/github/PreSumm/src/models/model_builder.py", line 16, in build_optim optim = checkpoint['optim'] KeyError: 'optim' Hi, did you solve this...
> > > > 试试改个参数,不用fairscale > > > > ``` > > > > --plugins ddp > > > > ``` > > > > > > > > >...