らんだむな記憶

blogというものを体験してみようか!的なー

2019-10-04から1日間の記事一覧

MNISTの手書き数字データの取得

[TensorFlow] import tensorflow_datasets as tfds dataset, metadata = tfds.load('mnist', as_supervised=True, with_info=True) train_dataset = dataset['train'] num_train_examples = metadata.splits['train'].num_examples def normalize(images, la…

TensorFlow 2.0.0

Release TensorFlow 2.0.0 · tensorflow/tensorflow · GitHub おぉ! Colabでも ! pip install -U tensorflow で、2.0.0 になる。