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
ConsoleEnvironment env = new ConsoleEnvironment();
var reader = TextLoader.CreateReader(env, row => (label: row.LoadText(0), image: row.LoadText(1));
var data = reader.Read("file.csv");
will force me to cast file name to MultifileSource. Can I just pass filename if I have only one file?