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

cannot serialize a bytes object larger than 4 GB? how to do

Open wll18 opened this issue 5 years ago • 4 comments

wll18 avatar Dec 29 '19 10:12 wll18

Same issue here. Any luck?

kdavila avatar Mar 12 '20 19:03 kdavila

You can try to change batch_size

bqFirst avatar Mar 13 '20 02:03 bqFirst

You can try to change batch_size

Yes. I had to reduce it to 8 for the NTU RGB+D dataset, and it works. Thanks

kdavila avatar Mar 13 '20 02:03 kdavila

when I reduce the batch_size to 8 in train_joint.yaml the result is as follow: ForkingPickler(file, protocol).dump(obj) OverflowError: cannot serialize a bytes object larger than 4 GiB

dose anyone can solve it?

JoshaPan avatar May 12 '20 06:05 JoshaPan