Kris Bock
Kris Bock
issue caused by child runs attempting to register model before artifact is saved to outputs folder. Added upload_files step to push model into Run output for registration. fixes #56
Experiment fails with: Could not locate the provided model_path outputs/network.pth in the set of files uploaded to the run: ['azureml-logs/55_azureml-execution-tvmps_7c64ad713a50bc22098f7505ce5fb74b47976f9280fc094fda12d73f64dee461_d.txt', 'azureml-logs/65_job_prep-tvmps_7c64ad713a50bc22098f7505ce5fb74b47976f9280fc094fda12d73f64dee461_d.txt', 'azureml-logs/70_driver_log.txt', 'azureml-logs/process_info.json', 'azureml-logs/process_status.json', 'logs/azureml/129_azureml.log', 'logs/azureml/job_prep_azureml.log']
# PR into Azure/azureml-examples ## Checklist I have: - [X ] read and followed the contributing guidelines ## Changes update R Dockerfile to pin azureml-mlflow==1.33.0 - fixes # #1573
## Which example? Describe the issue example: submitting example R job through the single-step R accidents sample. Job reports failure in AzureML. description: Looks like an update to azureml-mlflow package...
Running the sample notebook "Testing Models -- Sentence Pair Classification". Following code: ``` # Launch AdaTest! tests.adapt( model, generator=gen_model, auto_save=True, # Set to "True" to automatically save tests as they...
Removed output from ExplanationDashboard widgets.
Looks like the notebook rendering of the ExplanationDashboard loads all javascript libraries causing the Notebook to blow out in size. GitHub can't render it, and Jupyter won't load it. Had...