Tensorflow splitting dataset into training and testing causes bottleneck/slow

后端 未结 0 1656
野趣味
野趣味 2020-12-16 22:56

I have a dataset, and when I do preprocessing on it with ds = ds.map(process_path, num_parallel_calls=AUTOTUNE).prefetch(AUTOTUNE) that line executes very fast.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题