image and label我有两个分别包含数据的 numpy 变量。500 labeled image每种形状都有image is 240 x 240.
image and label
500 labeled image
image is 240 x 240.
import numpy as np images = np.random.randint(4, size=(500,240,240)) labels = np.random.rand(500,240,240)
如何使用 Keras 生成器进行模型训练?在此先感谢您的帮助。
慕容3067478
相关分类