1 write to _bottleneckInput
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
1233
_bottleneckInput
= tf.placeholder_with_default(
4 references to _bottleneckInput
Microsoft.ML.Vision (4)
ImageClassificationTrainer.cs (4)
930
runnerInputTensorNames.Add(
_bottleneckInput
.name);
943
validationEvalRunner = new Runner(_session, new[] {
_bottleneckInput
.name, _labelTensor.name },
964
var featureTensorShape =
_bottleneckInput
.shape.dims.Select(x => (long)x).ToArray();
1268
var matmul = tf.matmul(isTraining ?
_bottleneckInput
: bottleneckTensor, layerWeights);