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.
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.