Vedant Bhatia

Results 6 comments of Vedant Bhatia

I am using a custom dataset. I'm interested in saliency approaches for a modified GoogLeNet architecture (with grayscale input and custom output classes). Do you think this will be compatible...

@BadrYoubiIdrissi that's great. I would still love an explanation to my questions though! I saw your comment on another related issue, in which you explained a workaround - passing "_param_f...

Thanks @colah. I will try this and get back. Could you help me understand why Lucid requires a three channel network? Is it just something that was assumed during implementation...

> Hello! > > Try doing this instead: `param_f = lambda: param.color.to_valid_rgb(param.spatial.naive((1,28,28,1)))` Hi, this did not work either. Raised the same error: "ValueError: Cannot execute operation using `run()`: No default...

> Ah, you are using `make_vis_T()` instead of `render_vis()`. Yep, you need to create a session. :) > > Try doing this: > > ```python > logit_images = [] >...

> > Ah, you are using `make_vis_T()` instead of `render_vis()`. Yep, you need to create a session. :) > > Try doing this: > > ```python > > logit_images =...