PADME Train Wiki
  • Train Selection
  • Trains
  • GPU_Test
  • 421
  • main.py

Code fragments of main.py

  • import tensorflow as tf
  • print(tf.test.gpu_device_name())
  • print(tf.reduce_sum(tf.random.normal([1000, 1000])))

Graph

undefinedundefinedundefinedundefinedundefinedundefinedmain.py import tensorflow as tf None print(tf.test.gpu_device_name()) print(tf.reduce_sum(tf.random.normal([1000, 1000])))
  • Train Selection