optim/onn
2019-02-18 06:25:10 +01:00
..
__init__.py fix module leaking for real 2018-03-13 03:27:11 +01:00
activation.py use the constant recommended by the paper 2019-02-06 18:41:55 +01:00
experimental.py comply to PEP 8 2018-03-24 06:26:02 +01:00
float.py add exact GELU activation 2018-03-22 12:02:17 +01:00
initialization.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00
layer_base.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00
layer.py fix __name__ being incorrect due to extra __all__ 2018-03-17 14:09:15 +01:00
learner.py add a convenient generator method to Learner 2019-02-18 06:23:05 +01:00
loss.py fix __name__ being incorrect due to extra __all__ 2018-03-17 14:09:15 +01:00
math.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00
model.py fix __name__ being incorrect due to extra __all__ 2018-03-17 14:09:15 +01:00
nodal.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00
optimizer_base.py reset learning rates in optimizers 2019-02-05 04:15:28 +01:00
optimizer.py allow configuration of Neumann hyperparameters 2019-02-17 07:47:53 +01:00
parametric.py fix __name__ being incorrect due to extra __all__ 2018-03-17 14:09:15 +01:00
regularizer.py fix __name__ being incorrect due to extra __all__ 2018-03-17 14:09:15 +01:00
ritual_base.py clean up Ritual a little 2019-02-18 06:25:10 +01:00
ritual.py begin rewriting Ritual 2019-02-05 06:09:35 +01:00
utility.py add mixup variant of batchize 2019-02-11 20:30:31 +01:00
weight.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00