Dharamkumar Gajera

Results 7 comments of Dharamkumar Gajera

nvidia-smi returns the stats when fired. Put it in loop or 'watch -n nvidia-smi', if not already tried.

I was also facing the same issue. But just now I ran `superset init` and it worked ! (I also use OAuth for authentication.)

Any Update on this !

I am also facing the same issue and here are my commands. ``` minikube start \ --memory=3000 \ --network-plugin=cni \ --extra-config=apiserver.oidc-issuer-url=https://accounts.google.com \ --extra-config=apiserver.oidc-username-claim=email \ --extra-config=apiserver.oidc-client-id=****.apps.googleusercontent.com ``` ------ kubeconfig ``` -...

Thanks @hbceylan for the article. But, It doesn't help solving the issue I'm facing.

From what I have observed is, It only shows up "Convolutional related layers" i.e. Conv2D, Pooling and Activation layers. And will not visualize Flatten or Dense layers (also it seems...