Can i run a google colab (free edition) script and then shutdown my computer? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!What's the hardware spec for Google Colaboratory?How can you profile a Python script?Is there a portable way to get the current username in Python?How do I check what version of Python is running my script?How to run google colab from terminal?Is it possible to upload 30gb of data to Google Colab as the limit of drive is 15gb?Python script runs slower on google compute instance as compared with colaboratorytensorflow object detection in google colabTensorflow Runs on GPU on home PC but not on Google colabHow can I stop a particular cell from running in google colab?Memory usage is close to the limit in Google Colab

Can gravitational waves pass through a black hole?

newbie Q : How to read an output file in one command line

Was the pager message from Nick Fury to Captain Marvel unnecessary?

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?

NIntegrate on a solution of a matrix ODE

Understanding piped commands in GNU/Linux

Is a copyright notice with a non-existent name be invalid?

What does 丫 mean? 丫是什么意思?

How can I list files in reverse time order by a command and pass them as arguments to another command?

The test team as an enemy of development? And how can this be avoided?

How do I find my Spellcasting Ability for my D&D character?

Any stored/leased 737s that could substitute for grounded MAXs?

My mentor says to set image to Fine instead of RAW — how is this different from JPG?

How does the body cool itself in a stillsuit?

Statistical analysis applied to methods coming out of Machine Learning

How to make an animal which can only breed for a certain number of generations?

How can I prevent/balance waiting and turtling as a response to cooldown mechanics

One-one communication

Why are current probes so expensive?

Can two people see the same photon?

3D Masyu - A Die

Does the main washing effect of soap come from foam?

Does a random sequence of vectors span a Hilbert space?



Can i run a google colab (free edition) script and then shutdown my computer?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!What's the hardware spec for Google Colaboratory?How can you profile a Python script?Is there a portable way to get the current username in Python?How do I check what version of Python is running my script?How to run google colab from terminal?Is it possible to upload 30gb of data to Google Colab as the limit of drive is 15gb?Python script runs slower on google compute instance as compared with colaboratorytensorflow object detection in google colabTensorflow Runs on GPU on home PC but not on Google colabHow can I stop a particular cell from running in google colab?Memory usage is close to the limit in Google Colab



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








2















Can i run a google colab (free edition) script and then shutdown my computer?



I am training several deeplearning models with crossvalidation, and therefore i would like to know if i can close the window or the computer with the training running at the same time in the cloud.










share|improve this question
























  • Maybe this is something you are looking for unix.stackexchange.com/questions/4442/… Do you want to send some message to your PC from google-colab machine?

    – Konrad Sitarz
    Mar 7 at 19:05












  • Thank you for answering, but this is not what i am looking for.

    – S.MC.
    Mar 7 at 20:42

















2















Can i run a google colab (free edition) script and then shutdown my computer?



I am training several deeplearning models with crossvalidation, and therefore i would like to know if i can close the window or the computer with the training running at the same time in the cloud.










share|improve this question
























  • Maybe this is something you are looking for unix.stackexchange.com/questions/4442/… Do you want to send some message to your PC from google-colab machine?

    – Konrad Sitarz
    Mar 7 at 19:05












  • Thank you for answering, but this is not what i am looking for.

    – S.MC.
    Mar 7 at 20:42













2












2








2


1






Can i run a google colab (free edition) script and then shutdown my computer?



I am training several deeplearning models with crossvalidation, and therefore i would like to know if i can close the window or the computer with the training running at the same time in the cloud.










share|improve this question
















Can i run a google colab (free edition) script and then shutdown my computer?



I am training several deeplearning models with crossvalidation, and therefore i would like to know if i can close the window or the computer with the training running at the same time in the cloud.







python google-colaboratory






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 9 at 0:53









desertnaut

21.1k84680




21.1k84680










asked Mar 7 at 18:58









S.MC.S.MC.

625




625












  • Maybe this is something you are looking for unix.stackexchange.com/questions/4442/… Do you want to send some message to your PC from google-colab machine?

    – Konrad Sitarz
    Mar 7 at 19:05












  • Thank you for answering, but this is not what i am looking for.

    – S.MC.
    Mar 7 at 20:42

















  • Maybe this is something you are looking for unix.stackexchange.com/questions/4442/… Do you want to send some message to your PC from google-colab machine?

    – Konrad Sitarz
    Mar 7 at 19:05












  • Thank you for answering, but this is not what i am looking for.

    – S.MC.
    Mar 7 at 20:42
















Maybe this is something you are looking for unix.stackexchange.com/questions/4442/… Do you want to send some message to your PC from google-colab machine?

– Konrad Sitarz
Mar 7 at 19:05






Maybe this is something you are looking for unix.stackexchange.com/questions/4442/… Do you want to send some message to your PC from google-colab machine?

– Konrad Sitarz
Mar 7 at 19:05














Thank you for answering, but this is not what i am looking for.

– S.MC.
Mar 7 at 20:42





Thank you for answering, but this is not what i am looking for.

– S.MC.
Mar 7 at 20:42












1 Answer
1






active

oldest

votes


















1















Edited: With the browser closed, a Colabs instance will run for at most 12 hours 90 minutes before your runtime is considered idle and is recycled.




At the same time, it would be good practice to save your model weights periodically to avoid losing work.




Details:



There are no official references for 'Idle' and 'Maximum Lifetime' durations, but testing done by Korakot Chaovavanich shows that:



  • The 'maximum lifetime' of a running notebook is 12 hours (browser open)

  • An 'Idle' notebook instance cuts-off after 90 minutes

  • You can have a maximum of 2 notebooks running concurrently

  • If you close the notebook window and open it while the instance is still running, the cell outputs and variables will still persist. However if the notebook instance has been recycled, your cell outputs and variables will no longer be available.

A sneaky workaround you can try is to have the Colabs instance open in your mobile browser in order to prevent the instance from being considered "Idle".




Your own milage will vary as from personal experience I sometimes get slighty shorter durations. But as long as you checkpoint your models (periodically save the training weights), you should be able to get a substantial amount of training done before the VM is recycled, after which you could simply load the weights into the model on a new VM instance and resume training.



If you'd like to train your model for more than 12 hours at a single go however, you can run Google Colaboratory on a local instance or a standard Jupyter Notebook. But you would forego the free GPU/TPU that Colaboratory provides. (Checkpointing would still be a good idea here!)




Relevant questions from the Google Colaboratory FAQ:




Where is my code executed? What happens to my execution state if I close the browser window?



Code is executed in a virtual machine dedicated to your account. Virtual machines are recycled when idle for a while, and have a maximum lifetime enforced by the system.



How may I use GPUs and why are they sometimes unavailable?



Colaboratory is intended for interactive use. Long-running background
computations, particularly on GPUs, may be stopped. Please do not use
Colaboratory for cryptocurrency mining. Doing so is unsupported and
may result in service unavailability. We encourage users who wish to
run continuous or long-running computations through Colaboratory’s UI
to use a local runtime.







share|improve this answer

























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55050988%2fcan-i-run-a-google-colab-free-edition-script-and-then-shutdown-my-computer%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1















    Edited: With the browser closed, a Colabs instance will run for at most 12 hours 90 minutes before your runtime is considered idle and is recycled.




    At the same time, it would be good practice to save your model weights periodically to avoid losing work.




    Details:



    There are no official references for 'Idle' and 'Maximum Lifetime' durations, but testing done by Korakot Chaovavanich shows that:



    • The 'maximum lifetime' of a running notebook is 12 hours (browser open)

    • An 'Idle' notebook instance cuts-off after 90 minutes

    • You can have a maximum of 2 notebooks running concurrently

    • If you close the notebook window and open it while the instance is still running, the cell outputs and variables will still persist. However if the notebook instance has been recycled, your cell outputs and variables will no longer be available.

    A sneaky workaround you can try is to have the Colabs instance open in your mobile browser in order to prevent the instance from being considered "Idle".




    Your own milage will vary as from personal experience I sometimes get slighty shorter durations. But as long as you checkpoint your models (periodically save the training weights), you should be able to get a substantial amount of training done before the VM is recycled, after which you could simply load the weights into the model on a new VM instance and resume training.



    If you'd like to train your model for more than 12 hours at a single go however, you can run Google Colaboratory on a local instance or a standard Jupyter Notebook. But you would forego the free GPU/TPU that Colaboratory provides. (Checkpointing would still be a good idea here!)




    Relevant questions from the Google Colaboratory FAQ:




    Where is my code executed? What happens to my execution state if I close the browser window?



    Code is executed in a virtual machine dedicated to your account. Virtual machines are recycled when idle for a while, and have a maximum lifetime enforced by the system.



    How may I use GPUs and why are they sometimes unavailable?



    Colaboratory is intended for interactive use. Long-running background
    computations, particularly on GPUs, may be stopped. Please do not use
    Colaboratory for cryptocurrency mining. Doing so is unsupported and
    may result in service unavailability. We encourage users who wish to
    run continuous or long-running computations through Colaboratory’s UI
    to use a local runtime.







    share|improve this answer





























      1















      Edited: With the browser closed, a Colabs instance will run for at most 12 hours 90 minutes before your runtime is considered idle and is recycled.




      At the same time, it would be good practice to save your model weights periodically to avoid losing work.




      Details:



      There are no official references for 'Idle' and 'Maximum Lifetime' durations, but testing done by Korakot Chaovavanich shows that:



      • The 'maximum lifetime' of a running notebook is 12 hours (browser open)

      • An 'Idle' notebook instance cuts-off after 90 minutes

      • You can have a maximum of 2 notebooks running concurrently

      • If you close the notebook window and open it while the instance is still running, the cell outputs and variables will still persist. However if the notebook instance has been recycled, your cell outputs and variables will no longer be available.

      A sneaky workaround you can try is to have the Colabs instance open in your mobile browser in order to prevent the instance from being considered "Idle".




      Your own milage will vary as from personal experience I sometimes get slighty shorter durations. But as long as you checkpoint your models (periodically save the training weights), you should be able to get a substantial amount of training done before the VM is recycled, after which you could simply load the weights into the model on a new VM instance and resume training.



      If you'd like to train your model for more than 12 hours at a single go however, you can run Google Colaboratory on a local instance or a standard Jupyter Notebook. But you would forego the free GPU/TPU that Colaboratory provides. (Checkpointing would still be a good idea here!)




      Relevant questions from the Google Colaboratory FAQ:




      Where is my code executed? What happens to my execution state if I close the browser window?



      Code is executed in a virtual machine dedicated to your account. Virtual machines are recycled when idle for a while, and have a maximum lifetime enforced by the system.



      How may I use GPUs and why are they sometimes unavailable?



      Colaboratory is intended for interactive use. Long-running background
      computations, particularly on GPUs, may be stopped. Please do not use
      Colaboratory for cryptocurrency mining. Doing so is unsupported and
      may result in service unavailability. We encourage users who wish to
      run continuous or long-running computations through Colaboratory’s UI
      to use a local runtime.







      share|improve this answer



























        1












        1








        1








        Edited: With the browser closed, a Colabs instance will run for at most 12 hours 90 minutes before your runtime is considered idle and is recycled.




        At the same time, it would be good practice to save your model weights periodically to avoid losing work.




        Details:



        There are no official references for 'Idle' and 'Maximum Lifetime' durations, but testing done by Korakot Chaovavanich shows that:



        • The 'maximum lifetime' of a running notebook is 12 hours (browser open)

        • An 'Idle' notebook instance cuts-off after 90 minutes

        • You can have a maximum of 2 notebooks running concurrently

        • If you close the notebook window and open it while the instance is still running, the cell outputs and variables will still persist. However if the notebook instance has been recycled, your cell outputs and variables will no longer be available.

        A sneaky workaround you can try is to have the Colabs instance open in your mobile browser in order to prevent the instance from being considered "Idle".




        Your own milage will vary as from personal experience I sometimes get slighty shorter durations. But as long as you checkpoint your models (periodically save the training weights), you should be able to get a substantial amount of training done before the VM is recycled, after which you could simply load the weights into the model on a new VM instance and resume training.



        If you'd like to train your model for more than 12 hours at a single go however, you can run Google Colaboratory on a local instance or a standard Jupyter Notebook. But you would forego the free GPU/TPU that Colaboratory provides. (Checkpointing would still be a good idea here!)




        Relevant questions from the Google Colaboratory FAQ:




        Where is my code executed? What happens to my execution state if I close the browser window?



        Code is executed in a virtual machine dedicated to your account. Virtual machines are recycled when idle for a while, and have a maximum lifetime enforced by the system.



        How may I use GPUs and why are they sometimes unavailable?



        Colaboratory is intended for interactive use. Long-running background
        computations, particularly on GPUs, may be stopped. Please do not use
        Colaboratory for cryptocurrency mining. Doing so is unsupported and
        may result in service unavailability. We encourage users who wish to
        run continuous or long-running computations through Colaboratory’s UI
        to use a local runtime.







        share|improve this answer
















        Edited: With the browser closed, a Colabs instance will run for at most 12 hours 90 minutes before your runtime is considered idle and is recycled.




        At the same time, it would be good practice to save your model weights periodically to avoid losing work.




        Details:



        There are no official references for 'Idle' and 'Maximum Lifetime' durations, but testing done by Korakot Chaovavanich shows that:



        • The 'maximum lifetime' of a running notebook is 12 hours (browser open)

        • An 'Idle' notebook instance cuts-off after 90 minutes

        • You can have a maximum of 2 notebooks running concurrently

        • If you close the notebook window and open it while the instance is still running, the cell outputs and variables will still persist. However if the notebook instance has been recycled, your cell outputs and variables will no longer be available.

        A sneaky workaround you can try is to have the Colabs instance open in your mobile browser in order to prevent the instance from being considered "Idle".




        Your own milage will vary as from personal experience I sometimes get slighty shorter durations. But as long as you checkpoint your models (periodically save the training weights), you should be able to get a substantial amount of training done before the VM is recycled, after which you could simply load the weights into the model on a new VM instance and resume training.



        If you'd like to train your model for more than 12 hours at a single go however, you can run Google Colaboratory on a local instance or a standard Jupyter Notebook. But you would forego the free GPU/TPU that Colaboratory provides. (Checkpointing would still be a good idea here!)




        Relevant questions from the Google Colaboratory FAQ:




        Where is my code executed? What happens to my execution state if I close the browser window?



        Code is executed in a virtual machine dedicated to your account. Virtual machines are recycled when idle for a while, and have a maximum lifetime enforced by the system.



        How may I use GPUs and why are they sometimes unavailable?



        Colaboratory is intended for interactive use. Long-running background
        computations, particularly on GPUs, may be stopped. Please do not use
        Colaboratory for cryptocurrency mining. Doing so is unsupported and
        may result in service unavailability. We encourage users who wish to
        run continuous or long-running computations through Colaboratory’s UI
        to use a local runtime.








        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 12 at 3:06

























        answered Mar 9 at 1:49









        MoltenMuffinsMoltenMuffins

        135210




        135210





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55050988%2fcan-i-run-a-google-colab-free-edition-script-and-then-shutdown-my-computer%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

            Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

            Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved