@Bernardo Jaccoud Did your run configure enable_dnn i.e bert settings of automated ML? I am curious to understand what the status of your run is directly on the portal ml.azure.com?
Remote run model unable to be saved
Bernardo Jaccoud
21
Reputation points
I've built models using the AutoML function and I'm trying to call the best model to deploy into production. The AutoML function ran correctly and produced the ~35 models. My goal is to pull the best model. Here is the code:
best_run, fitted_model = remote_run.get_output()
fitted_model
When runnning the code, I get the following error:
AttributeError: 'DataTransformer' object has no attribute 'enable_dnn'
Any help would be much appreciated.
Accepted answer
-
romungi-MSFT 47,441 Reputation points Microsoft Employee
2021-02-12T11:23:05.603+00:00