efficientnet icon indicating copy to clipboard operation
efficientnet copied to clipboard

Remove `FixedDropout`

Open peterbandi opened this issue 3 years ago • 0 comments
trafficstars

The FixedDropout (mentioned in https://github.com/qubvel/efficientnet/issues/39) was created to circumvent an issue in tensorflow.keras that has been fixed and merged (commit: https://github.com/tensorflow/tensorflow/commit/ab2644e7178312fc9c89f90d7c8e61f73f7c1f64) since. I think the FixedDropout class should be removed.

peterbandi avatar Jun 03 '22 19:06 peterbandi