4 writes to _bottleneckOperationName
Microsoft.ML.Vision (4)
ImageClassificationTrainer.cs (4)
578
_bottleneckOperationName
= "resnet_v2_101/SpatialSqueeze";
583
_bottleneckOperationName
= "InceptionV3/Logits/SpatialSqueeze";
588
_bottleneckOperationName
= "import/MobilenetV2/Logits/Squeeze";
593
_bottleneckOperationName
= "resnet_v2_50/SpatialSqueeze";
2 references to _bottleneckOperationName
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1169
Tensor bottleneckTensor = evalGraph.OperationByName(
_bottleneckOperationName
);
1319
_bottleneckTensor = Graph.OperationByName(
_bottleneckOperationName
);