hiersumm icon indicating copy to clipboard operation
hiersumm copied to clipboard

Encoder dropout default value error

Open martin-kirilov opened this issue 5 years ago • 1 comments

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?

martin-kirilov avatar Jan 29 '20 17:01 martin-kirilov

Hello martin! Have you solved this problem? I have the same problem.I think the default value is 0 in evaluation.

luowm7 avatar Sep 06 '20 02:09 luowm7