1 write to _bottleneckInput
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
1249_bottleneckInput = tf.placeholder_with_default(
4 references to _bottleneckInput
Microsoft.ML.Vision (4)
ImageClassificationTrainer.cs (4)
946runnerInputTensorNames.Add(_bottleneckInput.name); 959validationEvalRunner = new Runner(_session, new[] { _bottleneckInput.name, _labelTensor.name }, 980var featureTensorShape = _bottleneckInput.TensorShape.dims.Select(x => (long)x).ToArray(); 1284var matmul = tf.matmul(isTraining ? _bottleneckInput : bottleneckTensor, layerWeights);