Hitesh Vaidya

Results 3 issues of Hitesh Vaidya

Hi, I am getting following error on line 25, `NameError: name 'c_' is not defined` I didn't understand what are you trying to do in this line.

This error is while running MagnitudeBased.py (https://github.com/shekkizh/TensorflowProjects/blob/master/Model_Pruning/MagnitudeBased.py) Following is the screenshot of the error: ![image](https://cloud.githubusercontent.com/assets/14166608/23104699/e968835c-f6f8-11e6-8f00-1c78edd3f8b1.png) The syntax tf.histogram_summary is used in TensorflowUtils.py which is a dependency for MagnitudeBased.py I tried...

I tried to modify this code for implementing coasterRacer game from openAI's universe. Following is the code, import gym import numpy as np import universe def run_episode(env, parameters): observation =...