Documentation ¶
Overview ¶
Package vgg16 implements VGG16 network training.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Benchmark ¶
type Benchmark struct { BatchSize int Epoch int MaxBatchPerEpoch int EnableTesting bool EnableVerification bool // contains filtered or unexported fields }
Benchmark defines the VGG16 network training benchmark.
func NewBenchmark ¶
NewBenchmark creates a new benchmark.
func (*Benchmark) SetUnifiedMemory ¶
func (b *Benchmark) SetUnifiedMemory()
SetUnifiedMemory asks the benchmark to use unified memory.
Click to show internal directories.
Click to hide internal directories.