3 writes to WeightDecay
Microsoft.ML.TorchSharp (3)
NasBert\SentenceSimilarityTrainer.cs (2)
70
WeightDecay
= .01;
97
WeightDecay
= .01
Roberta\QATrainer.cs (1)
83
WeightDecay
= 0.01;
1 reference to WeightDecay
Microsoft.ML.TorchSharp (1)
NasBert\Optimizers\Adam.cs (1)
19
options.AdamBetas[0], options.AdamBetas[1], options.AdamEps, options.
WeightDecay
);