3DGNN_pytorch
3DGNN_pytorch copied to clipboard
ForkingPickler(file, protocol).dump(obj) __there is a error
i wonder if you have this problem ?
OverflowError: cannot serialize a bytes object larger than 4 GiB
I do as you ask,and then ,find it limit the size of the object. this problem is in reduction.py line 68, in dump.
ok,this problem have solved.
Excuse me, how did you solve this problem, I also met