-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gpu tensorflow example #638
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You seem to have replicated all the python s2i files. Are you not able to add just a custom assemble extension
For GKE don't you need to add resource requirements for a GPU in the SerldonDeployment JSON?
Also might be good to look at Node taints so that only Pods requesting the GPU are run on the GPU node?
@cliveseldon @JoelH96 @ryandawsonuk Hi all , Would seldon deployments with gpu work only by using tensorflow-gpu 1.13 ? Will it not work for 1.14? |
@divyadilip91 we've resolved this issue via #2048, it seems the image had a bug so we've depricated this tf GPU image, and we're providing a plain GPU conda image in 1.2.2 which resolves this issue (cc. @RafalSkolasinski) |
I think Alejandro meant that in 1.3 we will provide plain GPU image, see #1789. @divyadilip91 It looks like you are not using our image as your base. |
@divyadilip91 If you find an issue with our image, could you open a new issue for it please? |
@axsaucedo Thanks for your immediate reply. |
@divyadilip91 this will be only a version python wrapper inside the image. It should work properly with Seldon Core 1.1 in the cluster (this actually describes a version of the seldon core operator that is installed in the cluster). You can use Also, you can then in your Dockerfile |
Ok Thankyou @RafalSkolasinski . I ll use this as my base image and will get back in case I face any issues. |
Developed GPU Deep Mnist Tensorflow Example to run on GKE. The main sections are as follows:
ISSUES involving GPU support: #590 #602 #619