search_pt / data /data_loader.py
bardd's picture
first commit
16d282e verified
raw
history blame contribute delete
106 Bytes
import joblib
def load_data():
embd_id = joblib.load('data/data_compressed.pkl')
return embd_id