You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var pipe = data.MakeNewEstimator().Append(row => (label: row.label.ToKey(), features: row.image.LoadAsImage()));
I'm loading images. As soon as I hit dot after LoadAsImage I get suggestions to Resize and AsGreyscale
which make sense. But I also got suggestion from intellisence to apply AsVector and ConcatWith. Which doesn't make much sense for me.