google / objax

Apache License 2.0
769 stars 77 forks source link

Added LayerNorm and respective tests #255

Open FeliMe opened 1 year ago

FeliMe commented 1 year ago

Added a module LayerNorm as in https://arxiv.org/abs/1607.06450 and unittests for it.

No linter error. All associated tests passed.