Results 8 comments of Ofer Kruzel

hi Mohammad, here is your code with my examples and additional files I added for plotting and small changes to sim and env to make it work more easily. Ofer...

using the recommended convert with downloaded checkpoints fail on TypeError: 'NoneType' object is not subscriptable. any idea? (venv) oferk@ironman:~/git/pyllama$ python3 -m llama.convert_llama --ckpt_dir pyllama_data/ --tokenizer_path pyllama_data/tokenizer.model --model_size 7B --output_dir ./converted_meta...

succeeded to fix it by adding isnan checks in mGPT/metrics/utils.py in all scipy.linalg.norm inputs. if isnan return 0

but now results looks like this, is that normal? ![image](https://github.com/OpenMotionLab/MotionGPT/assets/975963/dd8864d2-db22-4eaf-b7db-b8290d8aa7bf)

#46 is related, trying to convert the 22 joints to mixiamo rig.

I just cloned code from huggingface and have same error, where can I find the fix? ![image](https://github.com/OpenMotionLab/MotionGPT/assets/975963/c39e7343-7902-4d0a-81a2-c95cf03c2aa3)

code on github require the dataset, can you tell me what change I should pull into huggingface code in order to fix?