scaden icon indicating copy to clipboard operation
scaden copied to clipboard

M256 drop out rates in M1024

Open khkk378 opened this issue 4 years ago • 2 comments

Hi!

You're using the M256 DO rates in M1024. Is this on purpose?

cdn1024 = Scaden(
        model_dir=model_dir + "/m1024",
        model_name="m1024",
        seed=seed,
        hidden_units=M1024_HIDDEN_UNITS,
        do_rates=M256_DO_RATES,
    )

khkk378 avatar May 20 '21 17:05 khkk378

Hi Rasmus,

thanks for reporting! No that's not on purpose and a bug :) I refactored this part of the code recently, where I must have introduced this :facepalm:

Fortunately it doesn't matter, as this is the model used for prediction and dropout is deactivated during prediction. Nevertheless, not good. Will fix it!

KevinMenden avatar May 21 '21 06:05 KevinMenden

Will probably get out a new release this evening because that's rather annoying.

KevinMenden avatar May 21 '21 06:05 KevinMenden