Srivatsan Krishnan
Srivatsan Krishnan
Hi @sytelus, Have you seen this error before? We aren't able to run AirSim continuously for more than a day and it limits our ability to use AirSim for training...
@DevMohamedMI We didn't get a fix from AirSim but we have an infrastructure built around AirSim such that whenever AirSim fails, we detect it and restart all the components that...
Hi @pzhokhov @smalltingting I configured the logger setting as you have mentioned. I see it created a directory called "tb". However, it is empty. Any idea what is going on?...
Hi @pzhokhov, The only thing the logger prints in the screen is this message: "Logging to .log" It creates the following folder structure in .log: /logs |------tb |------log |------progress The...
Hi @pzhokhov! No worries. This one works and I see logs and event file getting generated. When I open tensorboard, it only has the scalars such as (% time spent...
Hi @pzhokhov, Thanks for your reply. There are lots of tools in tensorflow to fine-tune inference performance: (https://github.com/tensorflow/tensorflow/tree/master/tensorflow/python/tools) (https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/graph_transforms/README.md) The basic requirement is to use these tools is to have...
@RedDeathAt614 I tried this wheel file installation on Ubuntu Mate 16.04 on my ras pi 3. I am getting this error: "tensorflow-1.0.1-cp35-cp35m-linux_armv7l.whl is not a supported wheel on this platfom"...
@amir-abdi I don't see a reduction in the model size. How do I know that the quantization feature works?
Hi @mattdornfeld , Here is the trace: ``` Traceback (most recent call last): File "test_ddpg.py", line 177, in agent.fit(env, nb_steps=50000, visualize=False, verbose=1, nb_max_episode_steps=200) File "/usr/local/lib/python2.7/dist-packages/keras_rl-0.4.2-py2.7.egg/rl/core.py", line 170, in fit action...
@bklebel Thanks for taking time for this. Appreciate it. The pull request #195 requires me to change the environment I have currently have to change it to Dict spaces. I...