MCPcopy Create free account

hub / github.com/LiyuanLucasLiu/RAdam / functions

Functions227 in github.com/LiyuanLucasLiu/RAdam

Methodsoftmax_forward
(self, w_in, target)
language-model/model_word_ada/LM.py:53
Methodstep
(self, closure=None)
cifar_imagenet/utils/radam.py:92
Methodstep
(self, closure=None)
cifar_imagenet/utils/radam.py:184
Methodstep
(self, closure=None)
language-model/model_word_ada/radam.py:99
Methodstep
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
nmt/my_module/radam.py:73
Methodstep
Update the learning rate at the end of the given epoch.
nmt/my_module/linear_schedule.py:66
Methodstep
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
nmt/my_module/adam2.py:80
Methodstep
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
nmt/my_module/novograd.py:77
Methodstep
Update the learning rate at the end of the given epoch.
nmt/my_module/poly_schedule.py:56
Methodstep
(self, closure=None)
radam/radam.py:28
Methodstep
(self, closure=None)
radam/radam.py:116
Methodstep
(self, closure=None)
radam/radam.py:192
Methodstep_update
Update the learning rate after each update.
nmt/my_module/linear_schedule.py:72
Methodstep_update
Update the learning rate after each update.
nmt/my_module/poly_schedule.py:62
Methodsupports_memory_efficient_fp16
(self)
nmt/my_module/radam.py:70
Methodsupports_memory_efficient_fp16
(self)
nmt/my_module/adam2.py:77
Methodsupports_memory_efficient_fp16
(self)
nmt/my_module/novograd.py:74
Functionto_scalar
change the first element of a tensor to scalar
language-model/model_word_ada/utils.py:18
Functionvgg11
VGG 11-layer model (configuration "A") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cifar_imagenet/models/cifar/vgg.py:77
Functionvgg11_bn
VGG 11-layer model (configuration "A") with batch normalization
cifar_imagenet/models/cifar/vgg.py:87
Functionvgg13
VGG 13-layer model (configuration "B") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cifar_imagenet/models/cifar/vgg.py:93
Functionvgg13_bn
VGG 13-layer model (configuration "B") with batch normalization
cifar_imagenet/models/cifar/vgg.py:103
Functionvgg16
VGG 16-layer model (configuration "D") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cifar_imagenet/models/cifar/vgg.py:109
Functionvgg16_bn
VGG 16-layer model (configuration "D") with batch normalization
cifar_imagenet/models/cifar/vgg.py:119
Functionvgg19
VGG 19-layer model (configuration "E") Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cifar_imagenet/models/cifar/vgg.py:125
Functionvgg19_bn
VGG 19-layer model (configuration 'E') with batch normalization
cifar_imagenet/models/cifar/vgg.py:135
Functionwrn
Constructs a Wide Residual Networks.
cifar_imagenet/models/cifar/wrn.py:88
← previous201–227 of 227, ranked by callers