Model Inference
After training is completed, trained networks are deployed for inference. Azure Databricks recommends loading data into a Spark DataFrame, applying the deep learning model in pandas UDFs, and writing predictions out using Spark. The following articles provide an introduction to doing model inference on Azure Databricks.
Feedback
Loading feedback...