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

feat: assume model data is validated #110

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

kalenmike
Copy link
Contributor

@kalenmike kalenmike commented Mar 19, 2024

This PR updates the data restructuring. With this update the server response is trusted and this allows the DB to manage the arguments that are passed in. The new server gateway must be deployed before this is deployed to PyPi and this is blocking deployment of the ultralytics PR.

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Improved data handling in Ultralytics Hub SDK 🛠️

📊 Key Changes

  • Removed _reconstruct_data method, simplifying data processing.
  • Adjusted get_data method to directly use response data without reconstruction.

🎯 Purpose & Impact

  • Efficiency: Streamlines data processing for models, enhancing performance.
  • Simplicity: Simplifies codebase, making it easier to maintain and understand.
  • User Experience: Users might experience faster interactions with models due to reduced processing overhead.

By focusing on direct usage of response data, this PR aims to make the SDK more efficient and straightforward, positively impacting both developers and users.

@sergiuwaxmann sergiuwaxmann merged commit 74840bb into develop Mar 20, 2024
4 checks passed
@sergiuwaxmann sergiuwaxmann deleted the feat/add-advanced-train-args branch March 20, 2024 10:42
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.

2 participants