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

Error INVALID_PARAMETER_VALUE mlflow exceptions with Yolov8 #1926

Open
Diegoigerencia opened this issue Jul 5, 2023 · 0 comments
Open

Error INVALID_PARAMETER_VALUE mlflow exceptions with Yolov8 #1926

Diegoigerencia opened this issue Jul 5, 2023 · 0 comments

Comments

@Diegoigerencia
Copy link

I have problems with training a model in Azure ML, I'm trying train a Yolov8 model for object detection and I just use mlflow.autolog() and the version of mlflow is the last, but I have the error:

mlflow.exceptions.RestException: INVALID_PARAMETER_VALUE: Response: {'Error': {'Code': 'ValidationError', 'Severity': None, 'Message': 'The request is invalid.', 'MessageFormat': None, 'MessageParameters': None, 'ReferenceCode': None, 'DetailsUri': None, 'Target': None, 'Details': [], 'InnerError': None, 'DebugInfo': None, 'AdditionalInfo': None}, 'Correlation': {'operation': '262191915b4055bf8d6ca5b81e232344', 'request': 'dfd448b0dff6cbed'}, 'Environment': 'eastus', 'Location': 'eastus', 'Time': '2023-07-05T19:46:04.6606402+00:00', 'ComponentName': 'mlflow', 'error_code': 'INVALID_PARAMETER_VALUE'}

I was trying to use the parameters too:

run = mlflow.start_run()
mlflow.set_experiment(experiment_name='')
mlflow.end_run()

Different commbination but I have the same error.

The information of the job (graphs, metrics, parameters) are save and show in the canvage of Azure ML but the job in the end show the error and show like a job failed.

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

No branches or pull requests

1 participant