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
The current CSV to tf.record converter has hard-wired field selectors. These should be specified on the command line.
CSV is a bad format: there are multiple usually incompatible and badly supported 'standards'. If people use CSV, print out a warning, that CSVs are fragile, and the user should consider a more robust format like jsonlines, or json.
Support jsonlines, and json input, and when we do that, maybe rename script appropriately.
Consider: make our dataset class natively support and convert examples inline instead of requiring pre-processing.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: