tgan icon indicating copy to clipboard operation
tgan copied to clipboard

ValueError: unsupported pickle protocol: 4

Open WeiWangTrento opened this issue 7 years ago • 1 comments

Hi, I downloaded the ucf-101 dataset using the url provided. However, when I try to run the following command: train.py --config_path configs/ucf101/ucf101_wgan_svd_zdim-100_no-beta.yml --gpu 0

the error 'ValueError: unsupported pickle protocol: 4' pops out. which is caused by the code self.conf = pd.read_pickle(config_path)

It seems that it is caused by the conflict of python version. Could you please fix the bug for python 2.7 ?

WeiWangTrento avatar Jan 11 '18 16:01 WeiWangTrento

Hi, thank you for using our repository! Currently this code only supports python 3 or higher. Could you run this code on python3, or convert this pickle file into another one that can be loaded in python2.7?

rezoo avatar Jan 19 '18 02:01 rezoo