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)
930runnerInputTensorNames.Add(_bottleneckInput.name); 943validationEvalRunner = new Runner(_session, new[] { _bottleneckInput.name, _labelTensor.name }, 964var featureTensorShape = _bottleneckInput.shape.dims.Select(x => (long)x).ToArray(); 1268var matmul = tf.matmul(isTraining ? _bottleneckInput : bottleneckTensor, layerWeights);