TensorFlow اسئلة واجوبة المقابلات
Question: Explain the purpose of the tf.summary module in TensorFlow.Answer: The tf.summary module is used for creating summaries of training metrics and visualizations. It is commonly used with TensorFlow's TensorBoard for monitoring and debugging models.Example: summary_writer = tf.summary.create_file_writer(logdir) with summary_writer.as_default(): tf.summary.scalar('loss', loss, step=epoch) |
احفظ للمراجعة
احفظ هذا العنصر في الإشارات المرجعية، او حدده كصعب، او ضعه في مجموعة مراجعة.
سجل الدخول لحفظ الإشارات المرجعية والاسئلة الصعبة ومجموعات المراجعة.
هل هذا مفيد؟ نعم لا
الاكثر فائدة حسب تقييم المستخدمين: