AlexNetExtension.AlexNet 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AlexNet(DnnImageModelSelector, IHostEnvironment, String, String) |
傳回估算器鏈結,其中兩個對應的模型 (前置處理模型,以及 AlexNet 管線所需的主要模型) 。 也包含重新命名 ColumnsCopyingTransforms,才能使用任意輸入和輸出資料行名稱。 這假設這兩個模型都位於與包含此方法的檔案相同的位置,如果透過 NuGet 使用,則會是它們。 如果從 NuGet 匯入模型,這應該是使用 AlexNet 的預設方式。 |
AlexNet(DnnImageModelSelector, IHostEnvironment, String, String, String) |
這可指定自訂模型位置。 這很實用,是指定自訂模型,或者,如果想要將模型個別放置或運送到與主應用程式不同的資料夾中。 請注意,因為 Onnx 模型必須單獨位於目錄中,OnnxTransformer 才能運作,所以這個方法會將 AlexNetOnnx/AlexNetPrepOnnx 子目錄附加至傳入的目錄,以避免每次都必須手動建立該目錄。 |
AlexNet(DnnImageModelSelector, IHostEnvironment, String, String)
傳回估算器鏈結,其中兩個對應的模型 (前置處理模型,以及 AlexNet 管線所需的主要模型) 。 也包含重新命名 ColumnsCopyingTransforms,才能使用任意輸入和輸出資料行名稱。 這假設這兩個模型都位於與包含此方法的檔案相同的位置,如果透過 NuGet 使用,則會是它們。 如果從 NuGet 匯入模型,這應該是使用 AlexNet 的預設方式。
public static Microsoft.ML.Data.EstimatorChain<Microsoft.ML.Transforms.ColumnCopyingTransformer> AlexNet (this Microsoft.ML.Transforms.Onnx.DnnImageModelSelector dnnModelContext, Microsoft.ML.Runtime.IHostEnvironment env, string outputColumnName, string inputColumnName);
static member AlexNet : Microsoft.ML.Transforms.Onnx.DnnImageModelSelector * Microsoft.ML.Runtime.IHostEnvironment * string * string -> Microsoft.ML.Data.EstimatorChain<Microsoft.ML.Transforms.ColumnCopyingTransformer>
<Extension()>
Public Function AlexNet (dnnModelContext As DnnImageModelSelector, env As IHostEnvironment, outputColumnName As String, inputColumnName As String) As EstimatorChain(Of ColumnCopyingTransformer)
參數
- dnnModelContext
- DnnImageModelSelector
- env
- IHostEnvironment
- outputColumnName
- String
- inputColumnName
- String
傳回
適用於
AlexNet(DnnImageModelSelector, IHostEnvironment, String, String, String)
這可指定自訂模型位置。 這很實用,是指定自訂模型,或者,如果想要將模型個別放置或運送到與主應用程式不同的資料夾中。 請注意,因為 Onnx 模型必須單獨位於目錄中,OnnxTransformer 才能運作,所以這個方法會將 AlexNetOnnx/AlexNetPrepOnnx 子目錄附加至傳入的目錄,以避免每次都必須手動建立該目錄。
public static Microsoft.ML.Data.EstimatorChain<Microsoft.ML.Transforms.ColumnCopyingTransformer> AlexNet (this Microsoft.ML.Transforms.Onnx.DnnImageModelSelector dnnModelContext, Microsoft.ML.Runtime.IHostEnvironment env, string outputColumnName, string inputColumnName, string modelDir);
static member AlexNet : Microsoft.ML.Transforms.Onnx.DnnImageModelSelector * Microsoft.ML.Runtime.IHostEnvironment * string * string * string -> Microsoft.ML.Data.EstimatorChain<Microsoft.ML.Transforms.ColumnCopyingTransformer>
<Extension()>
Public Function AlexNet (dnnModelContext As DnnImageModelSelector, env As IHostEnvironment, outputColumnName As String, inputColumnName As String, modelDir As String) As EstimatorChain(Of ColumnCopyingTransformer)
參數
- dnnModelContext
- DnnImageModelSelector
- env
- IHostEnvironment
- outputColumnName
- String
- inputColumnName
- String
- modelDir
- String