Google Colab is a great environment to work out of as it has free GPU access. These GPUs are limited and run out, so try to get your code working locally first, then hop on google colab to leverage the GPUs during training.
Pre-requisite: Have a model already created and pushed to the branch. Tutorial here: https://github.com/AwrodHaghiTabrizi/UMARV-CV-ScenePerception/blob/main/docs/creating_models.md.
- Go to https://github.com/AwrodHaghiTabrizi/UMARV-CV-ScenePerception/branches.
- Select your branch.
- Navigate to your model foder.
- Navigate to the google colab notebook and click into it.
- Ex:
models/model_abc123/src/notebooks/colab_env.ipynb
- Ex:
- Copy your current url link.
- Go to https://colab.research.google.com/.
- Click "GitHub".
- Paste the URL from step 5 for the colab notebook.
- Click on the magnifying glass.
- Click on the correct
.ipynb
file for your model (usually the first result). - If stuck on an empty page, try refreshing the page.
If you wan't to utilize the GPU, navigate to: Runtime > View Resources > Change Runtime Type and select GPU.
...
...