TensorFlow Pertanyaan dan Jawaban Wawancara
Question: Explain the purpose of the tf.data module in TensorFlow.Answer: The tf.data module provides a collection of classes for building efficient and scalable input pipelines for TensorFlow models. It is used to handle large datasets.Example: dataset = tf.data.Dataset.from_tensor_slices((features, labels)) |
Simpan untuk Revisi
Bookmark item ini, tandai sebagai sulit, atau masukkan ke dalam set revisi.
Masuk untuk menyimpan bookmark, pertanyaan sulit, dan set revisi.
Apakah ini membantu? Ya Tidak
Most helpful rated by users: