Skip to content
Iulian Mocanu edited this page Jan 27, 2021 · 3 revisions

Welcome to the jagerml wiki!


Python code for GPU optimization:*

  • config = tf.compat.v1.ConfigProto()
  • config.gpu_options.per_process_gpu_memory_fraction = 0.9
  • tf.compat.v1.keras.backend.set_session(tf.compat.v1.Session(config=config))

Good to read :

Clone this wiki locally