Thanks for posting your question in the Microsoft Q&A forum.
Here are some recommendations to address this problem:
- Wait for automatic resolution: In some cases, the issue may resolve itself after a certain period. As mentioned in one of the search results, a training job that was stuck for 24 hours eventually succeeded
- Try deleting the iteration: If possible, attempt to delete the stuck iteration using the Custom Vision API. This approach was successful for some users in similar situations1.
- Export and reimport the project: As a workaround, you could try exporting your project data and importing it into a new project. This method helped some users overcome stuck iterations1.
- Check for backend issues: There have been instances where backend issues caused training jobs to fail or get stuck. These are usually fixed by the Azure team, so it's worth checking if there are any known ongoing issues
- Avoid certain labeling practices: In some cases, using auto-generated labels like
[Auto-Generated] Other Products
can cause training failures. Ensure you're not using such labels in your dataset - Contact Azure Support: Since this issue has persisted for 4 days, it's advisable to reach out to Azure Support directly. They can check the status of your training request from the backend and potentially resolve the issue
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful