Kaustav Mukherjee

Results 7 issues of Kaustav Mukherjee

**What's in the PR** * Kubernetes config file to run INCEpTION **How to test manually** ``` kubectl create -f inception.yaml ``` **Automatic testing** * [ ] PR includes unit tests...

📖 Documentation

- [ ] closes #xxxx (Replace xxxx with the GitHub issue number) - [ ] Tests added and passed if fixing a bug or adding a new feature - [...

v1beta foldeer has been renamed to v1 so needs the path too: new command: kubectl create -f ./v1/pytorch_job_mnist_gloo.yaml Inconsistent documentation

size/XS
approved
lgtm
ok-to-test

… provided pytorch Docker Image provided in PR #255 Updated the GPU compatible Docker builiding porcess with the Kubeflow provided pytorch Docker Image

size/XS
needs-ok-to-test

Updated the docker image from pytorch/pytorch:1.0-cuda10.0-cudnn7-runtime to kubeflow/pytorch:1.0-cuda10.0-cudnn7-runtime as the pytorch/pytorch:1.0-cuda10.0-cudnn7-runtime is not GPU compatible.Hence using the Docker Image of PR #255.

size/XS
needs-ok-to-test

Added Pytorch Cuda Docker Image as the Image pytorch/pytorch:1.0-cuda10.0-cudnn7-runtime in not having cuda.So the examples/mnist.py is not using GPU.The issue is with the pytorch image .The new docker image i...

size/M
needs-ok-to-test

the pytorcg docker image pytorch/pytorch:1.0-cuda10.0-cudnn7-runtime used in examples/mnist Dockerfile cannot use GPU for mnist.py eaxmple always giving cuda as False. This is because the cuda is not installed properly kubectl...