Closed killyseason closed 2 years ago
I wanna to know how the pkl, npy file can be view. I will be appreciate if anyone can answer my question.
You can read pkl file as follows:
import pickle as pkl dat = pkl.load(open(<file name>, 'rb'))
I wanna to know how the pkl, npy file can be view. I will be appreciate if anyone can answer my question.