Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LiyuanLucasLiu/RAdam
/ functions
Functions
227 in github.com/LiyuanLucasLiu/RAdam
⨍
Functions
227
◇
Types & classes
53
Method
softmax_forward
(self, w_in, target)
language-model/model_word_ada/LM.py:53
Method
step
(self, closure=None)
cifar_imagenet/utils/radam.py:92
Method
step
(self, closure=None)
cifar_imagenet/utils/radam.py:184
Method
step
(self, closure=None)
language-model/model_word_ada/radam.py:99
Method
step
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
nmt/my_module/radam.py:73
Method
step
Update the learning rate at the end of the given epoch.
nmt/my_module/linear_schedule.py:66
Method
step
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
nmt/my_module/adam2.py:80
Method
step
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
nmt/my_module/novograd.py:77
Method
step
Update the learning rate at the end of the given epoch.
nmt/my_module/poly_schedule.py:56
Method
step
(self, closure=None)
radam/radam.py:28
Method
step
(self, closure=None)
radam/radam.py:116
Method
step
(self, closure=None)
radam/radam.py:192
Method
step_update
Update the learning rate after each update.
nmt/my_module/linear_schedule.py:72
Method
step_update
Update the learning rate after each update.
nmt/my_module/poly_schedule.py:62
Method
supports_memory_efficient_fp16
(self)
nmt/my_module/radam.py:70
Method
supports_memory_efficient_fp16
(self)
nmt/my_module/adam2.py:77
Method
supports_memory_efficient_fp16
(self)
nmt/my_module/novograd.py:74
Function
to_scalar
change the first element of a tensor to scalar
language-model/model_word_ada/utils.py:18
Function
vgg11
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
Function
vgg11_bn
VGG 11-layer model (configuration "A") with batch normalization
cifar_imagenet/models/cifar/vgg.py:87
Function
vgg13
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
Function
vgg13_bn
VGG 13-layer model (configuration "B") with batch normalization
cifar_imagenet/models/cifar/vgg.py:103
Function
vgg16
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
Function
vgg16_bn
VGG 16-layer model (configuration "D") with batch normalization
cifar_imagenet/models/cifar/vgg.py:119
Function
vgg19
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
Function
vgg19_bn
VGG 19-layer model (configuration 'E') with batch normalization
cifar_imagenet/models/cifar/vgg.py:135
Function
wrn
Constructs a Wide Residual Networks.
cifar_imagenet/models/cifar/wrn.py:88
← previous
201–227 of 227, ranked by callers