efficientnet
efficientnet copied to clipboard
Remove `FixedDropout`
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.