Dataset.range(length) ds = base.map(map_func) for _ in range(epochs): print(list(ds.as_numpy_iterator())) # First run: # [0.36385977, ...
確定! 回上一頁