Platform: Colab (Free; $10/month Pro)

Automatically saving models to gdrive.

I was annoyed when colab lost the session during training and I had to start from scratch. Therefore I extended the SaveModel Callback to not only save the best model after each epoch but also tar and copy it to my gdrive (or any other bucket-store).

In case someone hast faced simliar problems I share the code snippet:

6 Likes