GOGOGO
GOGOGO
The current code cannot be trained and the quality of the generated tetrahedral mesh is not good. Am I doing something wrong?  
I hope you're doing well! I’ve been working with your code, and I’ve encountered an issue when executing the following assertion: assert t2i_input_embedding.shape[1] == self.img_token_num The error occurs because t2i_input_embedding.shape[1]...
### Description 作者您好,我全量微调的qwen2vl后,使用llamafactory-cli train examples/extras/nlg_eval/qwen.yaml进行评估 model_name_or_path: /mnt/dolphinfs/checkpoint-846 ### method do_predict: true stage: sft finetuning_type: full ### dataset eval_dataset: text2textsftEval dataset_dir: /mnt/dolphinfs/results template: qwen2_vl cutoff_len: 8192 max_samples: 2 max_new_tokens: 8192 overwrite_cache:...