google tutorials cifar10/cifar10_multi_gpu_train.py By fly 2017-10-23 1. Task [通过该源码的阅读将掌握什么?] [O] TF多GPU运行计算图的方式.To train CIFAR-10 using multiple GPUs with synchronous updates. [O] TF底层方法、高级特性实现神经网络的方式深入理解掌握 Read More
google tutorials cifar10/cifar10_train.py By fly 2017-10-23 1. Task [通过该源码的阅读将掌握什么?] [O] TF单GPU运行计算图的方式.To train CIFAR-10 using a single GPU [O] TF底层方法、高级特性实现神经网络的方式深入理解掌握 Read More
google tutorials cifar10/cifar10.py By fly 2017-10-19 1. 任务表 [通过该源码的阅读将掌握什么?] [O] TF构建网络模型的方式 [O] TF底层方法、高级特性实现神经网络的方式深入理解掌握 [O] TF设备指派的方式及实现(多GPU运算的基础) Read More
Prepare the ImageNet dataset By fly 2017-10-18 To begin, you will need to download the ImageNet dataset and convert it to TFRecord format. Follow along with the Inception guide in order to prepare the dataset. Read More