Saving your epochs and steps in RVC Disconnected
In this guide, I will be explaining how to save your training progress before Google kicks you out of colab.
Free colab users are limited to 12 GPU daily, which means the runtime session will also depend on resources used
This is why it explicitly says that you may have X amount of runtime left.

Its advised that you leave yourself enough time to export the model from the colab notebook to the Google drive
Exporting allows you to resume from the cpkt that was previously saved

Stopping the training and finding your training checkpoints
Your training checkpoints that contains your steps and epochs are inside the Mangio-RVC Fork folder

Click and scroll down to find your weights folder. You can download the checkpoints here if you wish
But if you want to continue training at a later time, you'll need to export the model

Exporting the model from notebook to Google Drive

Run this cell and your checkpoint will be saved to your google drive. You may now exit colab, or continue training.
If you didn't export it because you ran out of usage time, you cannot resume the training with a new session
Resuming the training session
Please read this here https://docs.aihub.wtf/rvc/cloud/rvc-disconnected/#section-17