Alessio Palmero Aprosio

Results 3 issues of Alessio Palmero Aprosio

Hello! I'm trying to use the `dump_beam` parameter in the [translate.py](https://github.com/OpenNMT/OpenNMT-py/blob/master/translate.py) file, but I get this error: ``` Traceback (most recent call last): File "translate.py", line 29, in main(opt) File...

type:bug
contributions welcome

Hello! I'm trying to compile the miner, but I get this error. Is there a way to have a more descriptive log? ``` [...] CONFIG cmake BUILD cmake INSTALL cmake...

I think there is a bug in the pre-processing script, in the stratification used to extract the train/dev/test sets. https://github.com/racai-ai/pyeurovoc/blob/57f59c57853ddca19411b4576c3f9c31280c4420/preprocess.py#L80 ```python stratifier = IterativeStratification(n_splits=2, order=2, sample_distribution_per_fold=[0.5, 0.5]) dev_idx, test_idx =...