Raghavendra Kotikalapudi

Results 30 comments of Raghavendra Kotikalapudi

Can you explain the use-case for this? I can't glean much info from the commit.

Nice. Looks like the model is trained using reinforcement learning. It would be really cool to have an example for this in examples/ if your code is not confidential or...

Yea. Batching has a bunch of other consequences. Its been on my mind for a long time now to support batched operations. That is the first thing coming in the...

It should work out of the box. The input, in this case, is not an image. I will try to whip up a notebook showing how to do this. Do...

Yep. Share them along with the dataset etc. I wanted to create examples in different domains anyways.

I will most likely get to it this weekend. Putting in work on office days is tricky. On Jul 12, 2017, 11:16 PM -0700, ndrmahmoudi , wrote: Alright, I sent...

I did not get a chance to work on this yet. However, I suggest you take a look at this issue: https://github.com/raghakot/keras-vis/issues/63 which has some working code. I will try...

Can you post a gist of your code? It looks as though the output has two inbound inputs. I have to make some changes to support multi input/outptut. Having a...

Sorry, I haven't looked at this yet. Will get to it this week,

you will need to forward the image through the network and get raw filter values yourself using K.function. once you know which filter you want, use ActivationMax visualization to see...