Skip to content

Commit

Permalink
remove gpu setting
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardSmith1884 committed Jul 31, 2018
1 parent 7c15f27 commit f883d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion occupancy.py
Expand Up @@ -61,7 +61,6 @@
config = tf.ConfigProto()
config.gpu_options.allow_growth = True
sess=tf.Session()
tl.ops.set_gpu_fraction(sess=sess, gpu_fraction=0.999)
sess.run(tf.global_variables_initializer())

####### load checkpoints and files ###############
Expand Down

0 comments on commit f883d5f

Please sign in to comment.