Hi,
Would you be able to point me in the direction where I can get the file "embeddings.pkl" mentioned in the main
print('Getting embeddings ...') emb_path = args.emb_path vect_path = os.path.join(args.data_path.split('/')[0], 'embeddings.pkl') vectors = {}
Many thanks.
Hi,
Would you be able to point me in the direction where I can get the file "embeddings.pkl" mentioned in the main
print('Getting embeddings ...') emb_path = args.emb_path vect_path = os.path.join(args.data_path.split('/')[0], 'embeddings.pkl') vectors = {}Many thanks.