Hi, Chrischoy. Thanks for your excellent work, and I benefit greatly from your work. I noticed that RandDropout has an unused parameter called dropout_application_ratio. I presumed it should control whether apply RandDropout and made the following change. To prevent this modify influencing performance, I change the default value of dropout_application_ratio to dropout_ratio.
Hi, Chrischoy. Thanks for your excellent work, and I benefit greatly from your work. I noticed that RandDropout has an unused parameter called dropout_application_ratio. I presumed it should control whether apply RandDropout and made the following change. To prevent this modify influencing performance, I change the default value of dropout_application_ratio to dropout_ratio.