-
Notifications
You must be signed in to change notification settings - Fork 756
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
MNIST Example Doesn't Work #578
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Could you please provide more information, such as kustomize version? k8s version, and which step the problem happened? @Tabrizian |
You can try to check the batchSize is set by running, or list the training/local/kustomization.yaml file here.
|
@Tabrizian @jinchihe Got
|
@davidtwomey Yes, I tested kustomization 2.0.3, that should work fine. And for you mentioned "$TRAIN_PATH:latest" , In the readme file, the $TRAIN_PATH should include tag as below description:
|
@jinchihe |
The problem happened when I tried to |
outputs the |
So I guess that should be caused your too old kustomize, what's kustomize version? |
v3.0.0-pre1 |
I tried version |
Sorry, it didn't work. In version
|
I was hitting the same errors earlier today. I don't have a root cause yet, but here are some observations:
|
@parallelo Oh.. Thanks! so seems that's kustomize issue? Need to check what's changed by new kustomze. |
Very very strange! It works with |
I think that may be a bug in new kustomize, logged one issue the kustomize to trace: kubernetes-sigs/kustomize#1295 |
I'm having the same issue with kustomize version 2.1.0. Can you tell me how to downgrade to 2.0.3? (kubectl version is 1.8.6). Thanks |
Download it from here and copy it to your |
Thanks for your help @Tabrizian! Sorry I'm not very familiar with this process. I don't see any download button on the page. Do you mean download the binary that I see at the bottom of the page? Isn't it possible to do something like brew install kustomize@2.0.3? (I'm on MacOS) |
Download from this link https://github.com/kubernetes-sigs/kustomize/releases/download/v2.0.3/kustomize_2.0.3_darwin_amd64. |
Thank you @Tabrizian. Unfortunately I get now the following error with version 2.0.3:
|
Reading this: kubernetes-sigs/kustomize#766 |
I had similar problem. It was fixed with a fresh clone of the repository. Try it and let me know if it was not fixed. |
@Tabrizian I just send a PR #584 to recommand user to usr kustomize v2.0.3 to avoid the problem. marked fixes the problem, but the ticket is not closed automatically, that's strange... Suggest close the ticket now if you agree. Thanks. |
Thanks! Sure, I will close the issue. |
@Tabrizian, what repo exactly? If it's https://github.com/kubeflow/examples.git, I cloned it two days ago so I would be surprised if it is the solution to my problem. Anyway, I will try it again and let you know. Thank you again. |
I used kustomize version 2.0.3 and included the tag for the training image but still have the base folder issue, do you any other hint? Error: rawResources failed to read Resources: Load from path ../base failed: '../base' must be a file (got d='/h kustomize version |
still getting this with v3.5.3 |
still getting the same error mentioned above with version 3.5.4
|
I tried the local version of MNIST example and kustomize fails with the error below:
The text was updated successfully, but these errors were encountered: