Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cghezhang/MANN
/ functions
Functions
34 in github.com/cghezhang/MANN
⨍
Functions
34
◇
Types & classes
5
↓ 3 callers
Method
get_NNbias
(self, controlweights, batch_size)
ExpertWeights.py:47
↓ 3 callers
Method
get_NNweight
(self, controlweights, batch_size)
ExpertWeights.py:39
↓ 3 callers
Method
initial_bias
(self, shape)
Gating.py:45
↓ 3 callers
Method
initial_weight
(self, shape)
Gating.py:37
↓ 2 callers
Method
_apply_sparse_shared
(self, grad, var, indices, scatter_add)
AdamW.py:172
↓ 1 callers
Method
build_model
(self)
MANN.py:66
↓ 1 callers
Method
fp
(self)
Gating.py:50
↓ 1 callers
Method
getParameter
(self, epoch)
AdamWParameter.py:40
↓ 1 callers
Method
initial_alpha
(self)
ExpertWeights.py:32
↓ 1 callers
Method
initial_alpha_np
(self)
ExpertWeights.py:23
↓ 1 callers
Method
initial_beta
(self)
ExpertWeights.py:36
↓ 1 callers
Method
learningRateCosineSGDR
(self, epoch)
AdamWParameter.py:23
↓ 1 callers
Function
main
()
main.py:17
↓ 1 callers
Method
train
(self)
MANN.py:122
↓ 1 callers
Method
weightDecayNormalized
(self)
AdamWParameter.py:35
Function
Normalize
(X, axis, savefile= None)
Utils.py:9
Method
__init__
rng
Gating.py:8
Method
__init__
Construct a new Adam optimizer. Initialization: ``` m_0 <- 0 (Initialize initial 1st moment vector) v_0 <- 0 (Initialize initial 2nd
AdamW.py:38
Method
__init__
rng
ExpertWeights.py:9
Method
__init__
(self, nEpochs = 200, Te=20, Tmult=2, LR=0.001, weightDecay=0.025, batchSize=32, nBatches = 0)
AdamWParameter.py:7
Method
__init__
(self, num_joints, num_styles, rng, sess,
MANN.py:13
Method
_apply_dense
(self, grad, var)
AdamW.py:146
Method
_apply_sparse
(self, grad, var)
AdamW.py:211
Method
_create_slots
(self, var_list)
AdamW.py:118
Method
_finish
(self, update_ops, name_scope)
AdamW.py:227
Method
_get_beta_accumulators
(self)
AdamW.py:115
Method
_prepare
(self)
AdamW.py:139
Method
_resource_apply_dense
(self, grad, var)
AdamW.py:159
Method
_resource_apply_sparse
(self, grad, var, indices)
AdamW.py:223
Method
_resource_scatter_add
(self, x, i, v)
AdamW.py:217
Function
build_path
(path)
Utils.py:3
Function
getInput
(data, index_joint)
Gating.py:77
Function
save_EP
(alpha, beta, filename, num_experts)
ExpertWeights.py:56
Function
save_GT
(weight, bias, filename)
Gating.py:85