TensorFlow اسئلة واجوبة المقابلات
Question: What is the purpose of the tf.distribute.Strategy in TensorFlow?Answer: tf.distribute.Strategy is used for distributed training in TensorFlow. It allows you to efficiently train models across multiple GPUs or devices, improving training speed and scalability.Example: strategy = tf.distribute.MirroredStrategy() with strategy.scope(): model = tf.keras.Sequential([...]) |
احفظ للمراجعة
احفظ هذا العنصر في الإشارات المرجعية، او حدده كصعب، او ضعه في مجموعة مراجعة.
سجل الدخول لحفظ الإشارات المرجعية والاسئلة الصعبة ومجموعات المراجعة.
هل هذا مفيد؟ نعم لا
الاكثر فائدة حسب تقييم المستخدمين: