Skip to content

Instantly share code, notes, and snippets.

@rnyak
Last active July 23, 2020 01:45
Show Gist options
  • Save rnyak/bda82d0864a449bf141163e3e391bc6b to your computer and use it in GitHub Desktop.
Save rnyak/bda82d0864a449bf141163e3e391bc6b to your computer and use it in GitHub Desktop.
proc.apply(train_dataset, apply_offline=True, record_stats=True, shuffle=True, output_path=output_train_dir, num_out_files=35)
proc.apply(valid_dataset, apply_offline=True, record_stats=False, shuffle=False, output_path=output_valid_dir, num_out_files=35)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment