starx / model /train /test.py
recorderlegend1's picture
Upload folder using huggingface_hub
e418c5a verified
raw
history blame contribute delete
204 Bytes
import numpy as np
np.set_printoptions(suppress=True)
data = np.load('../../data/processed/striding/data.npz')
data_check = np.load('../../data/processed/striding/striding.npz')
y = data['y']
print(y[0])