hiersumm
hiersumm copied to clipboard
Encoder dropout default value error
When trying to evaluate the trained model by using the specified arguments in the README, I get "ValueError: dropout probability has to be between 0 and 1, but got 6". Upon further inspection, I saw that in train_abstractive.py, line 336 the default value for '-enc_dropout' is 6. What is 6 supposed to mean - 6%, 0.6, or something else, and what should the default value be?
Hello martin! Have you solved this problem? I have the same problem.I think the default value is 0 in evaluation.