2s-AGCN
2s-AGCN copied to clipboard
cannot serialize a bytes object larger than 4 GB? how to do
Same issue here. Any luck?
You can try to change batch_size
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
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?