pypi ultralytics 8.3.5
v8.3.5 - `ultralytics 8.3.5` add `cache=disk` space and writable checks (#16696)

6 hours ago

🌟 Summary

The latest update in version 8.3.5 primarily improves image caching by making it more robust and efficient through disk space validation and write permissions checks.

📊 Key Changes

  • ⚙️ Version updated from 8.3.4 to 8.3.5.
  • 🛠️ New function for checking disk cache check_cache_disk.
  • ⚠️ Caching process now includes checks for disk space and write permissions, providing improved warnings if issues are detected.

🎯 Purpose & Impact

  • 🚀 Enhanced Reliability: By ensuring the system has adequate disk space and permissions before caching, it reduces the likelihood of failures, which allows for more stable training processes.
  • 💾 Resource Efficiency: Users will experience smoother and more deterministic training runs when disk resources are managed correctly.
  • 🔄 Deterministic Training: Provides options for using disk caching to maintain consistency during model training, given that the hardware resources meet the necessary prerequisites.

What's Changed

New Contributors

Full Changelog: v8.3.4...v8.3.5

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.