Hi Asmaa,
To answer your question directly: Google Colab can definitely handle the data and the training.
Here is a quick overview of what to expect and how you can manage the workflow:
Estimated Time: The complete training process will take approximately 6 to 8 hours for the full epochs.Session Management
Since Colab sessions can occasionally time out or disconnect over an 8-hour window, you might need to stop the process and further train it in a new session.
DeepFense framework (https://github.com/Yaselley/deepfense-framework) fully supports this out of the box. You can easily pick up exactly where the process left off by using the resume flag.
deepfense train --config /config.yaml --resume checkpoint.pt
Best regards,
Yassine