Platform: Google Cloud Platform (GCP)

GCP is being more strict about this kind of stuff. Try to have fairly conservative requests and also maybe comment that you are using for fastai course. If they deny it, try to follow up with them as well.

Update: I followed up with them and told them that it’s not possible to get a quota increase for an individual. They said it has to be for a company account (not a gmail account) with a 12 month minimum project. Can anybody else try this out and share their experience please? This seems very weird to me.

1 Like

@deep-learner what is your quota request?

So are you unable to get any access to GPUs now?

I followed these instructions and requested to increase “GPUs (all regions)” from 0 to 1. Request got denied, then I was told that ALL quota requests coming from gmail accounts will get denied (sales rep may have been wrong, but that’s what I was told).

I am curious to see if any other new users are able to get a GPU. Mine is just one incident. We should wait to see some more reports. If this trend continues, maybe it’s time to stop recommending GCP for the fastai course.

For 0->1 request there is definitely something wrong, there are plenty of people using it on private accounts, i haven’t requested recently but it is hard to believe that “ALL quota requests coming from gmail accounts will get denied”.

I switched over to Azure for now, because they allow 1 GPU without any quota increase.

I’ve gotten set up with the new course and library on GCP’s AI notebook platform using the instructions on the course homepage provided by @micstan, but since I’ve installed the library with anaconda according to the instructions, I cannot see the lesson notebooks or library files anywhere on my VM (just fastbook and tutorials folders, which contains the old course files).

So, I tried cloning the new repository and renaming the old repository fastai.old as @markphillips did above, but when I go to run the line:
pip install -e “fastai[dev]”

I get the error:

ERROR: “fastai[dev]” is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+).

Any help on this matter would be greatly appreciated.

@jbkjr for the lessons notebooks - maybe i miss something but i believe fastbook = lesson notebooks. Since you mentioned you have the directory i believe you successfully downloaded the repo. For the library can you give:

import fastai
print(fastai.__version__)
print(fastai.__file__)

Here’s what I get:
2.0.0
/opt/conda/lib/python3.7/site-packages/fastai/init.py

So, it seems fine? Still, if I wanted to do an editable install of the library in the GCP notebook environment to be able to contribute to its development, how could I do so?

Hi @mcistan,

I tried increasing the quota on gcp to 1 gpu for all regions. The UI has changed a bit so I needed to increase the GPU quota for each region individually.

I then tried to create a notebook in AI Platform but got this error. notebook

Any help will be much appreciated!

Thanks,
Adi

@aditya.swami believe we miss quota request part in the docs. I don’t think you have to increase for each region individually, just all regions, can you follow this:

1 Like

@jbkjr yes, it looks fine. If you want to contribute check out the docs: https://docs.fast.ai/dev-setup. If you just want to look at the code and is more comfortable in a different location you can just git clone the repo.

1 Like

Hey @micstan!

Thanks for this. I think the UI has changed a bit since that post.

Or am I missing something?

Thanks!
Adi

1 Like

Can you find “GPUs (all regions)”? image. I will add it later to the docs.

1 Like

Ah brilliant! That worked! :smile: Thanks again for your help @micstan!

1 Like

Hi,
I’m in Step 4: Install libraries CUDA update
I’ve downloaded successfully the file and when trying to run this command

sudo sh cuda_10.2.89_440.33.01_linux.run

Prompt is asking for password which I can’t figure what it is and from where I should get it
any ideas?

Just following these instructions, and noticed that something has changed in Step 4.

It looks like the "requirements.txt" file is no longer in the course-v4 folder (the cloned directories have been modified on Github recently). For more information, see this note on Github.

The requirements file is now contained in the fastbook directory. Navigate to that folder and then use this code to install the dependencies: pip install -r requirements.txt

1 Like

@mrgold are you the owner of the project in GC or maybe using it on your company profile? Unfortunately driver installation has to be done as root. You can try to check with sudo -v and potentially try to change the password with sudo passwd.