2s-AGCN icon indicating copy to clipboard operation
2s-AGCN copied to clipboard

_pickle.UnpicklingError: pickle data was truncated!

Open wxyyy55 opened this issue 4 years ago • 1 comments

When I run python main.py --config ./config/nturgbd-cross-view/train_joint.yaml.py ,gets the error:_pickle.UnpicklingError: pickle data was truncated! Need your help!

wxyyy55 avatar Apr 19 '20 12:04 wxyyy55

Change line 229 in main.py from 'num_workers=self.arg.num_worker' to 'num_workers=0'. It worked for me.

swaneron avatar May 26 '20 05:05 swaneron