PML-250 : Image classifications with quantum layers#282
Conversation
|
Claude finished @leithkarrai's task in 1m 58s —— View job Code review —
|
… into PML-250-Image-Classifications-with-QuantumLayers
|
Claude finished @leithkarrai's task in 1m 58s —— View job Code review —
|
… into PML-250-Image-Classifications-with-QuantumLayers
Summary
Related Issue
Type of change
Proposed changes
How to test / How to run
Screenshots / Logs (optional)
Performance considerations (optional)
Documentation
Checklist
PR title includes Jira issue key (e.g., PML-126)
"Related Jira ticket" section includes the Jira issue key (no URL)
Code formatted (ruff format)
Lint passes (ruff)
Static typing passes (mypy) if applicable
Unit tests added/updated (pytest)
Tests pass locally (pytest)
Tests pass on GPU (pytest)
Test coverage not decreased significantly
Docs build locally if affected (sphinx)
With this command:
the docs are built without any warning or errors.
New public classes/methods/packages are added in the API following the methodology presented in other files.
Dependencies updated (if needed) and pinned appropriately
PR description explains what changed and how to validate it