locuslab / cfd-gcn

114 stars 34 forks source link

_pickle.UnpicklingError: invalid load key, 'v'. #6

Open hsliuustc opened 2 years ago

hsliuustc commented 2 years ago
   with open(self.data_dir.parent / 'train_max_min.pkl', 'rb') as f:
        self.normalization_factors = pickle.load(f)

the above lines cannot successfully load the data

mshaocong commented 1 year ago

Hello @hsliuustc ! I met the same problem and it is because this file is saved in a compressed format. You need to use Git Large File Storage (LFS) to clone this repo. See this https://git-lfs.github.com/