Reformat through pre-commit/black

This commit is contained in:
vidit 2023-12-24 00:32:41 +05:30
parent 9ca34c6287
commit 5952ebcb92

View File

@ -88,5 +88,3 @@ class Dropout2d(Module):
mask = mx.random.bernoulli(p=self._p_1, shape=mask_shape) mask = mx.random.bernoulli(p=self._p_1, shape=mask_shape)
return (1 / self._p_1) * mask * x return (1 / self._p_1) * mask * x