tfds.download.ComputeStatsMode

Mode to decide if dynamic dataset info fields should be computed or not.

Mode can be:

  • AUTO: Compute the DatasetInfo dynamic fields only if they haven't been restored from GCS.
  • FORCE: Always recompute DatasetInfo dynamic fields, even if they are already present
  • SKIP: Ignore the dataset dynamic field computation (whether they already exist or not)

AUTO <ComputeStatsMode.AUTO: 'auto'>
FORCE <ComputeStatsMode.FORCE: 'force'>
SKIP <ComputeStatsMode.SKIP: 'skip'>