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

Unable to use anymore on free google colab #13

Closed
Paologioia opened this issue Jul 12, 2021 · 5 comments
Closed

Unable to use anymore on free google colab #13

Paologioia opened this issue Jul 12, 2021 · 5 comments

Comments

@Paologioia
Copy link

Hi, your script seems run well, but when I start the transfer I'm instantly disconnected from the free colab runtime.

@ahmadmusyadada
Copy link

Nah, me too, when transfer still progress, suddenly disconnected and mount to drive again

@menukaonline
Copy link
Owner

I received several messages saying this on Telegram also. But I got no time to take a look at this. I checked it out today and it worked fine for me. But the problem you two have mentioned may occur due to several reasons.

Open in a new tab to view in full size

The most common reason would be Google has blacklisted this notebook because it uses a huge amount of bandwidth when considering the usage of all users (and its abusive behavior may cause also). In case of that, making a copy of this notebook and using it may solve the issue because making a copy will assign a new id to the new notebook. (But I'm not sure if it would solve the problem)

Also, your runtime can be disconnected due to the high demand for resources when you try to use it. This happens because Colab is always trying to prioritize premium users so resources assigned to free users will be reassigned to prioritized users on demand.

I don't know which factors they consider when assigning resources to free users when there is high demand. But I think your previous usage will also be considered. Suppose previously you have used Colab more often for running notebooks like this one(notebooks that have kind of abusive behavior). Most of the time your resources will be reassigned to fresh users or users who hardly use them. Also, these factors may vary from one country to another due to the usage and the amount of resources allocated for a specific region.

There may be many reasons, but these are the only ones that I can think of at the moment.

@menukaonline menukaonline pinned this issue Sep 8, 2021
@chintanmehta21
Copy link

There seems to be an issue for me with larger file sizes. Can you once try with >3GB size and check if it disconnects or not?
Note : I did try copying the script to my drive but it still disconnects. It would be of utmost help if you could find a way out of it

@menukaonline
Copy link
Owner

Now I think that colab disconnects from sessions because MegaCMD the tool used in the script, which is Mega's official CLI client, uses resources abusively. That's why I stopped trying update the script. Anyways I will do something regarding that after finding a workaround.

@Himan16r
Copy link

Now I think that colab disconnects from sessions because MegaCMD the tool used in the script, which is Mega's official CLI client, uses resources abusively. That's why I stopped trying update the script. Anyways I will do something regarding that after finding a workaround.

hi did you find anything

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

5 participants