How to fix IndentationError?

后端 未结 0 1999
北恋
北恋 2020-12-25 13:17

def create dataset(xs,ys,n_classes=10): ys=tf.one_hot(ys,depth=n_classes) return tf.data.Dataset.from_tensor_slices(xs,ys).map(preprocess).shuffle(len(ys)).batch(128)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题