feat: Add Dropout3d layer to nn.layers (#313)

* feat: Add Dropout3d layer to nn.layers

* acknowledgement

* Add dropout tests to test_nn.py

* run pre-commit

* Add activation functions and dropout3d ops

* Add dropout tests for bfloat16 and float16
This commit is contained in:
Nripesh Niketan
2024-01-01 02:01:21 +04:00
committed by GitHub
parent 99c20f523e
commit e09bf35b28
5 changed files with 100 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ Layers
GroupNorm
Dropout
Dropout2d
Dropout3d
Transformer
MultiHeadAttention
ALiBi