↓ 1 callersFunctionload_pretrained(self, src_dict, idim, odim, args, train_batch, train_reader)
python/retrain_loop_th.py:42
Method__init__(self, eprojs, odim, dlayers, dunits, att, verbose=0)
python/unsupervised.py:181
Functionunclamp_ >>> a = torch.FloatTensor([0.0, 1.0, -0.1, 0.1]) >>> unclamp(a, 0.5) [0.5, 1.0, -0.5, 0.5]
python/unsupervised.py:122