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

Colab Account Access Blocked due to "suspected abusive activity" #4979

Open
pmantramurti opened this issue Dec 4, 2024 · 112 comments
Open

Colab Account Access Blocked due to "suspected abusive activity" #4979

pmantramurti opened this issue Dec 4, 2024 · 112 comments
Labels

Comments

@pmantramurti
Copy link

For the last few days, I've been running two different machine learning tasks, for two projects I have due in the next few days. One was a notebook fine tuning a reinforcement learning agent I've been training on the game 2048, and the other was a notebook that loaded and ran a YOLO image detection model from ultralytics. The latter program also loads a dataset of images from the Places2 challenge website, which is about 20gb of images. However, since I was using Colab paid units, and as of today I still have over 100 of them, I was under the impression that this was okay.

Today, about 10 minutes into running the program, I was suddenly cutoff from the runtime and received the following message:

Connection failed
This account has been blocked from accessing Colab runtimes due to suspected abusive activity. This does not impact access to other Google products. If you believe this has been done in error, review the usage limitations and file an appeal.

I've submitted an appeal, but haven't received any confirmation of it having been received or acknowledged, and I need to be able to access Colab runtimes for my schoolwork. Is there any way of finding out more about this issue, and how I can get it fixed?

@head-iie-vnr
Copy link

head-iie-vnr commented Dec 4, 2024

+1 Same here

Yestreday I started my first colab project. I uploaded 10 training image data using YOLO8.
Today when I viewed for the files they were not found and it showed someone else files.

I started my Jyputernotebook instructions from the beginning. In few minutes I got the above error that account is blocked.

@Mabedallah
Copy link

Same issue here. Just started Yolo and getting :

Connection failed
This account has been blocked from accessing Colab runtimes due to suspected abusive activity. This does not impact access to other Google products. If you believe this has been done in error, review the usage limitations and file an appeal.

@kirkwoodmc
Copy link

Same issue here. YOLO model.tune run...

@KarthikKatakam2312
Copy link

Same issue here I was running Yolov8 and all of the sudden I had this issue.Just 10 mins before I have subscribed to Google Colab Pro for the utilisation of GPU and this what happened

@throughthetrees
Copy link

Same issue. Model training. Unacceptable.

@madisonlong1
Copy link

Same issue here! Basic model training is suspected abusive activity

@DanielHV
Copy link

DanielHV commented Dec 5, 2024

Same issue, running YOLO11, not even five minutes after I started working on it.

@airin421
Copy link

airin421 commented Dec 5, 2024

same issue here

@mo-advidan
Copy link

mo-advidan commented Dec 5, 2024

Same issue happened here in the middle of doing a run that uses YOLOv8 on 4th December 20:00 UTC
It ended my runs in the middle of execution as a Colab Pro+ user

@coco1718
Copy link

coco1718 commented Dec 5, 2024

same issue here

@JahirMendez
Copy link

The same problem

@SiavashGhorbany
Copy link

SiavashGhorbany commented Dec 5, 2024

I have the same issue I was running YOLO and I just got blocked when I have a hard immediate deadline! This is not acceptable Google should take full responsibility for all these problems it is causing for a bug! This is causing serious problems for me.

I am also a Colab Pro user!

@HOn5
Copy link

HOn5 commented Dec 5, 2024

same issue here

@chynggi
Copy link

chynggi commented Dec 5, 2024

Same issue here

@truong04
Copy link

truong04 commented Dec 5, 2024

same here

@Kagi217
Copy link

Kagi217 commented Dec 5, 2024

same issue here

1 similar comment
@Aman78600
Copy link

same issue here

@Ananth-Joshi
Copy link

Ananth-Joshi commented Dec 5, 2024

Same issure here.. can someone help me understand whats happening... because i just got banned from both Kaggle and colab...

@chynggi
Copy link

chynggi commented Dec 5, 2024

Same issure here.. can someone help me understand whats happening... because u just got banned from both Kaggle and colab...

Me too. i got banned both too

@Ananth-Joshi
Copy link

Ananth-Joshi commented Dec 5, 2024

Same issure here.. can someone help me understand whats happening... because u just got banned from both Kaggle and colab...

Me too. i got banned both too

i was training a model to detect guns in footage... is the ban due to that or something

@music991758
Copy link

Same issure here.. can someone help me understand whats happening... because i just got banned from both Kaggle and colab...

Me too. I was using a dataset from Roboflow and training a YOLOv11 model for car damage detection.

@Tw0bit
Copy link

Tw0bit commented Dec 5, 2024

I just started testing the platform and within a few moments got that same message

@CM9RE
Copy link

CM9RE commented Dec 5, 2024

I was just trying to start training the yolov8n model, but I received a message that my account was blocked.

@eggtgg
Copy link

eggtgg commented Dec 5, 2024

When I work with the .yaml file in the data downloaded from Roboflow, my account is immediately blocked.

@izyuan
Copy link

izyuan commented Dec 5, 2024

Same here, account banned for trying to do a simple prediction model on

@v4681d
Copy link

v4681d commented Dec 5, 2024

same here, I was trying to load the YOLO11 model. (Colab Pro sub)

@crc1200
Copy link

crc1200 commented Dec 5, 2024

Same for me! very frustrating. any solution? Trying to just load pretrained yolov8 model.

@pangniuniu95
Copy link

Same here, I'm also using the YOLOV8 model.

@Romziii
Copy link

Romziii commented Dec 5, 2024

me too! I was training using yolov8 and a custom dataset from roboflow, suddenly the runtime was interrupted at the moment “Overriding model.yaml nc=80 with nc=54”.
and when I want to reconnect I get a message like this :

Connection failed This account has been blocked from accessing Colab runtimes due to suspected abusive activity. This does not impact access to other Google products. If you believe this has been done in error, review the usage limitations and file an appeal.

even though last night I ran the same notebook without any problems

@Skillnoob
Copy link

Please uninstall Ultralytics v8.3.41, the package on PyPi is compromised, we are working on resolving the issue. v8.3.40 is safe to use.
ltdrdata/ComfyUI-Impact-Pack#843

To uninstall ultralytics:

pip uninstall ultralytics

You can safely install Ultralytics through the following commands:

pip install git+https://github.com/ultralytics/ultralytics.git

or:

pip install ultralytics==8.3.40

Just fyi, I'm from Ultralytics, we just recently found out about this issue.

@williamsaung
Copy link

thank you but my colab account is still banned.

Please uninstall Ultralytics v8.3.41, the package on PyPi is compromised, we are working on resolving the issue. v8.3.40 is safe to use. ltdrdata/ComfyUI-Impact-Pack#843

To uninstall ultralytics:

pip uninstall ultralytics

You can safely install Ultralytics through the following commands:

pip install git+https://github.com/ultralytics/ultralytics.git

or:

pip install ultralytics==8.3.40

Just fyi, I'm from Ultralytics, we just recently found out about this issue.

@Skillnoob
Copy link

Skillnoob commented Dec 5, 2024

@williamsaung I am not from google colab, I sadly can't do anything about your account being banned.

@chiflmas
Copy link

chiflmas commented Dec 5, 2024

thank you but my colab account is still banned.

Please uninstall Ultralytics v8.3.41, the package on PyPi is compromised, we are working on resolving the issue. v8.3.40 is safe to use. ltdrdata/ComfyUI-Impact-Pack#843
To uninstall ultralytics:

pip uninstall ultralytics

You can safely install Ultralytics through the following commands:

pip install git+https://github.com/ultralytics/ultralytics.git

or:

pip install ultralytics==8.3.40

Just fyi, I'm from Ultralytics, we just recently found out about this issue.

Same here, my account is still banned...

@praths71018
Copy link

again banned after an hour

@Skillnoob
Copy link

@praths71018 Please see my comment here: #4979 (comment)

@williamsaung
Copy link

@williamsaung I am not from google colab, I sadly can't do anything about your account being banned.

anyways , it works after i tested again with my alt account. Thanks

@GiperKot007
Copy link

How to get an account unblocked due to this annoying error? Or is the account blocked forever?

@Skillnoob
Copy link

The compromised Ultralytics package version has been removed from PyPi, it should be safe to install Ultralytics again.

@mo-advidan
Copy link

I'm able to run notebooks on Colab Pro+ again. Thanks @Skillnoob for the updates and transparency on the situation.

@AErdemmm
Copy link

AErdemmm commented Dec 5, 2024

How to get an account unblocked due to this annoying error? Or is the account blocked forever?

@HARSHEREX-ACX
Copy link

I'm able to run notebooks on Colab Pro+ again. Thanks @Skillnoob for the updates and transparency on the situation.

why my account is not unblocked then?

@Vineet061
Copy link

@cperry-goog How to unblock the account which got banned cause of this error?

@mo-advidan
Copy link

I'm able to run notebooks on Colab Pro+ again. Thanks @Skillnoob for the updates and transparency on the situation.

why my account is not unblocked then?

I submitted an appeal yesterday at 20:00 UTC. Did you submit an appeal and when?

I also didn't try to run anymore notebooks on Colab since 00:00 UTC, so it's been 9 hours without activity on Colab for me.

@sreepr123
Copy link

How can I get my account unblocked? I recently purchased computing units and would like to regain access to use them.

@HARSHEREX-ACX
Copy link

I'm able to run notebooks on Colab Pro+ again. Thanks @Skillnoob for the updates and transparency on the situation.

why my account is not unblocked then?

I submitted an appeal yesterday at 20:00 UTC. Did you submit an appeal and when?

I also didn't try to run anymore notebooks on Colab since 00:00 UTC, so it's been 9 hours without activity on Colab for me.

yes i did file an appeal. its been 4 hours

@Fikri645
Copy link

Fikri645 commented Dec 5, 2024

My account is still blocked

@SDPDVADER
Copy link

Just got to have patience it will be resolved, unfortunately someone put malicious code into something for some mining.

@dsitd
Copy link

dsitd commented Dec 5, 2024

My account is still blocked colab and kaggle

@Skol600ml
Copy link

Thanks to Ultralytics, you all just tried to run a crypto mining through Colab, it's not like you be magically unbanned

@Skillnoob
Copy link

The current package on PyPi is safe, more informatio can be found here:
ultralytics/ultralytics#18027 (comment)

@RalFingerLP
Copy link

The compromised Ultralytics package version has been removed from PyPi, it should be safe to install Ultralytics again.

Do we also get a public response what the f happend? Still, great problemsolving!

@pmantramurti
Copy link
Author

Considering I've been banned twice now, you're absolutely sure that the current package is safe, right?

@Y-T-G
Copy link

Y-T-G commented Dec 5, 2024

If you want to be extra sure, you can install ultralytics from GitHub source code instead:

!pip install git+https://github.com/ultralytics/ultralytics

@RalFingerLP
Copy link

IMPORTANT: Delete any ultralytics==8.3.41 and ultrlaytics==8.3.42 versions that may be installed locally as these are both affected. ultralytics<=8.3.40 is safe.

Source: ultralytics/ultralytics#18027 (comment)

@cperry-goog
Copy link

Yesterday ultralytics released 8.3.41, which contained malicious code that could be used for cryptocurrency mining. Automated Colab abuse detection picked this up and began banning unsuspecting ultralytics users who installed 8.3.41 and started training with that version.

We noticed this uptick in bans, but we had made no recent changes to our configs, so were unable to immediately diagnose the issue. Late in the day our Backend TL hopped on while on vacation and root-caused the issue and reported it upstream: ultralytics/ultralytics#18027 - ultralytics subsequently removed 8.3.41 (and briefly, 8.3.42) from PyPI.

We have unbanned all users impacted yesterday, and this issue should be resolved. A big thank you to all users who reported this. We'll have an internal post-mortem to see if we can better avoid these types of attacks in the future.

@cperry-goog
Copy link

I'll keep this issue open for another day or two just in case we see a repeat, please do comment if you see issues.

@SDPDVADER
Copy link

SDPDVADER commented Dec 5, 2024 via email

@airin421
Copy link

airin421 commented Dec 6, 2024

my account is still being blocked, please assists

@HenrikPetersen
Copy link

Im still not able to connect to a Colab runtime. I filed two appeals yesterday. Is there anything else I can do to get my account unblocked?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests