AlexNet-Swift icon indicating copy to clipboard operation
AlexNet-Swift copied to clipboard

An implementation of the standard AlexNet convolutional network in Swift for TensorFlow

Results 2 AlexNet-Swift issues
Sort by recently updated
recently updated
newest added

Swift: 5.0.1 - Xcode: 11.3.1 Toolchain: Swift for Tensorflow 0.9 `for epochNumber in 0.. Tensor in return loss(model: model, images: datasetItem.first, labels: datasetItem.second) } optimizer.update(&alexNet.allDifferentiableVariables, along: gradients) let currentTrainingAccuracy =...