Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

training problem #7

Open
l772308126 opened this issue Dec 13, 2024 · 1 comment
Open

training problem #7

l772308126 opened this issue Dec 13, 2024 · 1 comment

Comments

@l772308126
Copy link

Sorry to bother you again. It's really a nice work! I have found two problem when I was training the main.py.

  1. image
    I think this code is wrong,because the unpad_input function has five outputs。
    image
    So,it will report an error when I run the training code of main.py. I guess it should be revised to 'q, indices_q, cu_seqlens_q, max_len_q, _ = unpad_input(q, mask_q)' and 'k, indices_kv, cu_seqlens_kv, max_len_kv, _ = unpad_input(k, mask_kv)'. Is that correct?

  2. I found that the tokenized sequences obtained by mesh through tokenizer always have vertices 3 and 4. I counted the number of vertices 3 and 4. It even exceeds the sum of the occurrences of the other top 10 vertices. As a result, the final predicted results are all 3 and 4. Have you ever encountered such a problem during training? How to solve it?
    image

@l772308126
Copy link
Author

I use the g-objaverse dataset and randomly select some glb files containing faces less than 4000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant