Jiae
Results
3
comments of
Jiae
check your cudnn, and make sure that your tensorflow is for gpu version.
> @st.cache(hash_funcs=HASH_FUNCS) > def init_model(): > # Open a new TensorFlow session. > gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.2) # Set GPU resource occupancy ratio > config = tf.ConfigProto(allow_soft_placement=True, gpu_options=gpu_options) > session =...
I made the same mistake delete it...it works momently : )