coral

Results 3 issues of coral

when I run ```python demo.py --cfg ./configs/config_h3d_stage3.yaml --example ./demos/m2t.txt --task m2t``` I get: AttributeError: 'MotionGPT' object has no attribute 'codebook_size' The release model is wrong or what is wrong?

The error are as follows: ``` File "/remote-home/c/diffusion/data/SLOPER4D/utils/multiprocess.py", line 18, in istarmap result = mpp.IMapIterator(self) # istarmap.py for Python 3.8+ File "/root/anaconda3/envs/dataenv/lib/python3.7/multiprocessing/pool.py", line 725, in __init__ cache[self._job] = self TypeError:...