↓ 5 callersMethod__init__(self, input_dim, memory_width, shift_width, shift_conv,
init='glorot_uniform', inner_init='o
emolga/layers/ntm_minibatch.py:22
↓ 5 callersMethodloop(self, X, X_mask, info=None, return_sequence=False, return_full=False)
emolga/models/ntm_encdec.py:127
↓ 4 callersMethod__init__(self,
output_dims,
input_dims, # [0, ... 0], 0 represents no external in
emolga/layers/gridlstm.py:41
↓ 4 callersMethod__init__(self, lr=0.05, momentum=0.9, decay=0.01, nesterov=True, *args, **kwargs)
emolga/basic/optimizers.py:69
↓ 3 callersMethodget_sample(self, context, k=1, maxlen=30, stochastic=True, argmax=False, fixlen=False)
emolga/models/encdec.py:688
↓ 2 callersMethodget_sample(self, context, k=1, maxlen=30, stochastic=True, argmax=False, fixlen=False)
emolga/models/covc_encdec.py:592