Dinesh Daultani

Results 7 comments of Dinesh Daultani

Same issue. It's really frustrating whenever the notebook closes or disconnected, the cells are not updated anymore. Could you please add this feature soon!

I am also getting exact same error. I am using docker with below versions of gcc and bazel: `gcc version 9.3.0 (Ubuntu 9.3.0-11ubuntu0~18.04.1)` and `bazel 3.4.1` Not sure why the...

@MangoFF, I am also having trouble to apply the loss on other task. Values of the loss are very high around 3k-5k range. (Also loss doesn't decreases much from that...

I was having similar problem where the FID was very high, i.e., around 150+ for `CIFAR-10` dataset. When I included the diffusion flags such as `DIFFUSION_FLAGS="--diffusion_steps 1000 --noise_schedule cosine"` with...

> This may be the problem of imp module which is in polyiou.py.Imp module is deprecated and it is replaced with importlib.The official code use imp to load the _polyiou.cpython-36m-x86_64-linux-gnu.so...

You have to change the directory path of the pickled file to "Data" directory in the repo. Hope this helps.

I have some dependencies on TF 2.0/TF 2.1, hence downgrading to TF 1.* breaks other pipeline. Is it possible to get DeepExplainer compatibility with >= TF 2.0 soon?