1. 首页
  2. 数据库
  3. 其它
  4. tensorflow 数据集

tensorflow 数据集

上传者: 2021-01-16 18:11:05上传 PDF文件 16.26KB 热度 40次
1、关于tf数据集 需要加入tf.enable_eager_execution() import tensorflow.compat.v1 as tf tf.disable_v2_behavior() import tensorflow_datasets as tfds import numpy as np import matplotlib.pyplot as plt # tfds works in both Eager and Graph modes tf.enable_eager_execution() mnist_train = tfds.load(name=mni
用户评论