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