File tree 4 files changed +12
-4
lines changed
Microsoft.ML.DnnImageFeaturizer.AlexNet
Microsoft.ML.DnnImageFeaturizer.ResNet101
Microsoft.ML.DnnImageFeaturizer.ResNet18
Microsoft.ML.DnnImageFeaturizer.ResNet50 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 6
6
using System . IO ;
7
7
using Microsoft . ML . Data ;
8
8
using Microsoft . ML . Runtime ;
9
+ using Microsoft . ML . Transforms ;
10
+ using Microsoft . ML . Transforms . Onnx ;
9
11
10
- namespace Microsoft . ML . Transforms . Onnx
12
+ namespace Microsoft . ML
11
13
{
12
14
/// <summary>
13
15
/// This is an extension method to be used with the <see cref="DnnImageFeaturizerEstimator"/> in order to use a pretrained AlexNet model.
Original file line number Diff line number Diff line change 6
6
using System . IO ;
7
7
using Microsoft . ML . Data ;
8
8
using Microsoft . ML . Runtime ;
9
+ using Microsoft . ML . Transforms ;
10
+ using Microsoft . ML . Transforms . Onnx ;
9
11
10
- namespace Microsoft . ML . Transforms . Onnx
12
+ namespace Microsoft . ML
11
13
{
12
14
/// <summary>
13
15
/// This is an extension method to be used with the <see cref="DnnImageFeaturizerEstimator"/> in order to use a pretrained ResNet101 model.
Original file line number Diff line number Diff line change 6
6
using System . IO ;
7
7
using Microsoft . ML . Data ;
8
8
using Microsoft . ML . Runtime ;
9
+ using Microsoft . ML . Transforms ;
10
+ using Microsoft . ML . Transforms . Onnx ;
9
11
10
- namespace Microsoft . ML . Transforms . Onnx
12
+ namespace Microsoft . ML
11
13
{
12
14
/// <summary>
13
15
/// This is an extension method to be used with the <see cref="DnnImageFeaturizerEstimator"/> in order to use a pretrained ResNet18 model.
Original file line number Diff line number Diff line change 6
6
using System . IO ;
7
7
using Microsoft . ML . Data ;
8
8
using Microsoft . ML . Runtime ;
9
+ using Microsoft . ML . Transforms ;
10
+ using Microsoft . ML . Transforms . Onnx ;
9
11
10
- namespace Microsoft . ML . Transforms . Onnx
12
+ namespace Microsoft . ML
11
13
{
12
14
/// <summary>
13
15
/// This is an extension method to be used with the <see cref="DnnImageFeaturizerEstimator"/> in order to use a pretrained ResNet50 model.
You can’t perform that action at this time.
0 commit comments