locuslab / cfd-gcn

118 stars 35 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 2 years 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/