Ekstrak label dari data TF
y = np.concatenate([y for x, y in ds], axis=0)
Outrageous Osprey
y = np.concatenate([y for x, y in ds], axis=0)