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