Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TF and TFLite models to .gitignore #4747

Merged
merged 1 commit into from
Sep 10, 2021
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Sep 10, 2021

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced model export support in YOLOv5 πŸ“¦

πŸ“Š Key Changes

  • Added *.pb to Git ignore for TensorFlow protobuf files
  • Included *.tflite for TensorFlow Lite models
  • Added *.h5 for Keras model files
  • Ignored *_saved_model/ directories

🎯 Purpose & Impact

  • Purpose: To ensure that various model file types and directories created during export processes are not accidentally committed to the repository.
  • Impact: Developers will have a cleaner working directory, lowered risk of committing large model files, and an easier time managing code with support for popular machine learning formats. For users, this translates to more streamlined model conversion and deployment across different platforms.

@glenn-jocher glenn-jocher self-assigned this Sep 10, 2021
@glenn-jocher glenn-jocher merged commit 6c554b7 into master Sep 10, 2021
@glenn-jocher glenn-jocher deleted the update/gitignore branch September 10, 2021 15:51
CesarBazanAV pushed a commit to CesarBazanAV/yolov5 that referenced this pull request Sep 29, 2021
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant