Giter Club home page Giter Club logo

Comments (4)

cookieminions avatar cookieminions commented on May 16, 2024

Hi,

  1. You need to check if the colab provide enough gpus and you can modify args.divices according to the devices you have. We have test multi-gpu running in our cluster and it works well.
  2. Yes, you can use 'MS' to solve your problem, or use 'M' and select the last column of the result as your prediction.

from informer2020.

QAQOAO avatar QAQOAO commented on May 16, 2024

Thanks for the quick response.

Does that mean the number of GPUs in the Colab would differ for different users even when they run the same provided Colab example for the first time?

Actually, I wonder how can I "check" how many GPUs can I use in Colab, and if it says that I can only use 2, how can I do to increase that number.

I had successfully used four GPUs once a time, the training process was very fast. However, whenever I trained afterward, I could use only two or even receive an error like "Invalid device id".

from informer2020.

cookieminions avatar cookieminions commented on May 16, 2024

It seems that you can only use one GPU on google colab and that is the limit from Google.

The device id is related to the devices you can see and you need to set --devices as the ids of GPU you can use. For example, if you have 3 GPU, the device ids of them will be 0,1,2. And if the GPU 0 is used by other program, you can set --devices '1,2' to use GPU 1 and 2.

If you still recieve an error, you can provide us with the specific usage of the GPUs and more detailed error information.

from informer2020.

zhouhaoyi avatar zhouhaoyi commented on May 16, 2024

Suppose there is no more discussion. I will close this issue now.

from informer2020.

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.