@ironv Thanks for the details, You can use the Job Download method for the output logs. Here is the link: https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.operations.joboperations?view=azure-python#azure-ai-ml-operations-joboperations-download
getting access to std_log.txt programmatically
ironv
0
Reputation points
I am running my experiments on a compute cluster using azure.ai.ml.command
. My script uses lightgbm
and Optuna
for hyperparameter tuning. Intermediate output is written to stdout (not using logging
package) which I am able to see in std_log.txt in the UI. Is there a way to programmatically grab this file and move it to a different location?
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,334 questions