📜  从 tf 数据中提取标签 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:08.628000             🧑  作者: Mango

代码示例1
y = np.concatenate([y for x, y in ds], axis=0)