how to get the next batch for making training in tensorflow 2?

前端 未结 0 422
广开言路
广开言路 2020-12-12 04:30

how to get the next batch for making training?

the code is:

import tensorflow as tf
import numpy as np
x_train = np.array(x)
y_train =         


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