Add Google Colab and Google Cloud training commands for PlaNet model#1
Open
Rayeed221 wants to merge 1 commit into
Open
Conversation
- colab_training.ipynb: step-by-step Jupyter notebook for Google Colab
- Auto-detects CUDA version and installs a compatible TensorFlow
- Optional Google Drive mount for checkpoint persistence across sessions
- Downloads the Zenodo dataset, patches config paths, streams training output
- TensorBoard integration and resume-from-checkpoint support
- Model export cell for SavedModel / TFLite output
- gcloud_train.sh: bash script for two GCP deployment modes
- MODE=gce: creates a Deep Learning VM (GPU), SSH-installs deps,
downloads dataset, streams training, syncs checkpoints to GCS
- MODE=vertex: uploads dataset to GCS, submits a Vertex AI Custom
Training Job using a pre-built TF GPU container
- planner_learning/config/train_settings_cloud.yaml: cloud-optimised
training config (batch_size=16, save_every_n_epochs=5, paths
overridden at runtime by the respective launch scripts)
https://claude.ai/code/session_01UCa2UAvFF9LBRLiqjDhTuf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
colab_training.ipynb: step-by-step Jupyter notebook for Google Colab
gcloud_train.sh: bash script for two GCP deployment modes
planner_learning/config/train_settings_cloud.yaml: cloud-optimised training config (batch_size=16, save_every_n_epochs=5, paths overridden at runtime by the respective launch scripts)
https://claude.ai/code/session_01UCa2UAvFF9LBRLiqjDhTuf