HomeSort by relevance Sort by last modified time
    Searched full:load_batch (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/keras/_impl/keras/datasets/
cifar10.py 26 from tensorflow.python.keras._impl.keras.datasets.cifar import load_batch
50 y_train[(i - 1) * 10000:i * 10000]) = load_batch(fpath)
53 x_test, y_test = load_batch(fpath)
cifar100.py 26 from tensorflow.python.keras._impl.keras.datasets.cifar import load_batch
52 x_train, y_train = load_batch(fpath, label_key=label_mode + '_labels')
55 x_test, y_test = load_batch(fpath, label_key=label_mode + '_labels')
cifar.py 26 def load_batch(fpath, label_key='labels'): function

Completed in 159 milliseconds