Just a stranger trying things.

  • 10 Posts
  • 179 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle








  • In the deep learning community, I know of someone using parquet for the dataset and annotations. It allows you to select which data you want to retrieve from the dataset and stream only those, and nothing else. It is a rather effective method for that if you have many different annotations for different use cases and want to be able to select only the ones you need for your application.