Code Monkey home page Code Monkey logo

Comments (8)

humphd avatar humphd commented on May 18, 2024

@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.

from have-fun-with-machine-learning.

xueyuanl avatar xueyuanl commented on May 18, 2024

@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.

from have-fun-with-machine-learning.

xueyuanl avatar xueyuanl commented on May 18, 2024

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

from have-fun-with-machine-learning.

BirkhoffLee avatar BirkhoffLee commented on May 18, 2024

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

from have-fun-with-machine-learning.

humphd avatar humphd commented on May 18, 2024

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.

from have-fun-with-machine-learning.

xueyuanl avatar xueyuanl commented on May 18, 2024

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.

from have-fun-with-machine-learning.

doggyeh avatar doggyeh commented on May 18, 2024

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

from have-fun-with-machine-learning.

xueyuanl avatar xueyuanl commented on May 18, 2024

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.

from have-fun-with-machine-learning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.