logo
Loading...

Tensorflow Input Pipeline | tf Dataset | Deep Learning Tutorial 44 (Tensorflow, Keras & Python) - codebasics - 深度學習 Deep Learning 公開課 - Cupoy

Tensorflow tf.Data api allows you to build a data input pipeline. Using this you can handle large da...

Tensorflow tf.Data api allows you to build a data input pipeline. Using this you can handle large dataset for your deep learning training by streaming training samples from hard disk or S3 storage. tf.data.Dataset is the main class in tf.data api. In this video we see how tf pipeline allows not only to stream the data for training but you can peform various transformations easily by writing a single line of code. Code: https://github.com/codebasics/deep-le... Exercise: https://github.com/codebasics/deep-le... Stackoverflow article: https://stackoverflow.com/questions/5... ⭐️ Timestamps ⭐️ 00:00 Introduction 00:21 Theory 07:58 Coding 31:34 Exercise