Kelly Marchisio
Kelly Marchisio
I confirm that I have experienced this issue many times. The temporary directory is deleted before extract_zmert_params is called. The failure is intermittent
Ok, I finally figured out my related issue. I got `Z-MERT exiting prematurely (MertCore returned 1)...` This was due to moses2 segfaulting under the hood -> it segfaulted because one...
You can fix this by changing: ``` print('Optimizing temperature | Progress: {:.2%} | Temperature: {:.2f} | Loss: {:.2f}' .format((epoch + j/n)/args.epochs, t.detach().cpu().numpy(), loss.detach().cpu().numpy()), file=sys.stderr) ``` to ``` print('Optimizing temperature |...
@fallcat @shefs0709 - I had this issue when the automatically-created temp folder got deleted before the file could be read again. it was ages ago, but I believe I solved...
It is the test set with the test suites. There has only been one code change since the version we have installed, and that was to update an acknowledgement. But...
I've tried it with the current master -- same issue. I finally got it to translate by splitting the file to individual lines. Looks like line 4977 in the test...
Seconding this request for sampling with Unigram
> Unfoprtunately, activity on this is issue seems to suggest this is a very low demand feature, very low probability to see the light anytime soon. > > I'm going...
For posterity, I just saw this error. To reproduce, install via: ``` git clone https://github.com/antonisa/lang2vec cd lang2vec python3 setup.py install ``` From there, I _think_ I did (without cd-ing back):...