TensorFlow的批量生成器# imblearn.tensorflow 提供了处理tensorflow中不平衡数据集的工具。 tensorflow.balanced_batch_generator(X, y, *) 创建一个平衡的批次生成器来训练tensorflow模型。