5 references to InitialWeights
Microsoft.ML.StandardTrainers (5)
Standard\Online\OnlineLinear.cs (5)
44/// This property is only used if the provided value is positive and <see cref="InitialWeights"/> is not specified. 144else if (!string.IsNullOrWhiteSpace(parent.OnlineLinearTrainerOptions.InitialWeights)) 146ch.Info("Initializing weights and bias to " + parent.OnlineLinearTrainerOptions.InitialWeights); 147string[] weightStr = parent.OnlineLinearTrainerOptions.InitialWeights.Split(','); 262: base(Contracts.CheckRef(env, nameof(env)).Register(name), TrainerUtils.MakeR4VecFeature(options.FeatureColumnName), label, TrainerUtils.MakeR4ScalarWeightColumn(options.InitialWeights))