Skip to content
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

BadRequestKeyError, when uploading pertained models #22

Closed
xueyuanl opened this issue Apr 23, 2019 · 8 comments
Closed

BadRequestKeyError, when uploading pertained models #22

xueyuanl opened this issue Apr 23, 2019 · 8 comments

Comments

@xueyuanl
Copy link

Hi guys,
I hit an issue when I uploading the pertained models both Alex and google, like the below photos:
Screen Shot 2019-04-24 at 01 32 01

Screen Shot 2019-04-24 at 01 32 28

I have no idea about that, anybody can help me ? That would be a huge Appreciate.

@humphd
Copy link
Owner

humphd commented Apr 23, 2019

@xueyuanl I haven't run into this before, but I do see NVIDIA/DIGITS#2070 is filed upstream with DIGITS, indicating it might not just be you. You might want to comment on that issue and see what it produces.

@xueyuanl
Copy link
Author

@xueyuanl I haven't run into this before, but I do see NVIDIA/DIGITS#2070 is filed upstream with DIGITS, indicating it might not just be you. You might want to comment on that issue and see what it produces.

Thanks for your help humphd.

@humphd humphd mentioned this issue Apr 30, 2019
@xueyuanl
Copy link
Author

xueyuanl commented May 5, 2019

Is it possible the version of DIGITS in your docker template is out of date? or something like that.

@BirkhoffLee
Copy link
Collaborator

I'm not the maintainer of https://hub.docker.com/r/kaixhin/digits/, but it do look like a outdated version of DIGITS.

@humphd
Copy link
Owner

humphd commented May 5, 2019

Would someone be willing to try this version: https://ngc.nvidia.com/catalog/containers/nvidia:digits and specifically:

docker pull nvcr.io/nvidia/digits:19.04-caffe

If it works for what we have here, we could update the docs.

@xueyuanl
Copy link
Author

xueyuanl commented May 6, 2019

Would someone be willing to try this version: https://ngc.nvidia.com/catalog/containers/nvidia:digits and specifically:

docker pull nvcr.io/nvidia/digits:19.04-caffe

If it works for what we have here, we could update the docs.

I read your dockerfile source code,
# Install DIGITS
ENV DIGITS_ROOT /root/digits
RUN git clone https://github.com/NVIDIA/DIGITS.git $DIGITS_ROOT && cd $DIGITS_ROOT && \ pip install -r requirements.txt && \ pip install -e .
it always clone the latest source code. So the outdated version of digits may not the root cause.

@doggyeh
Copy link

doggyeh commented May 8, 2020

You must upload a labels.txt file. Just create an empty file and upload it.

@xueyuanl
Copy link
Author

xueyuanl commented May 8, 2020

Thank you guys, This issue was opened so long, and I can't remember the context about it.
So, I just close it, and hope it would help others.

@xueyuanl xueyuanl closed this as completed May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants