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

How to finetune glove with my data? #7

Open
fyyakaxyy opened this issue Nov 25, 2024 · 0 comments
Open

How to finetune glove with my data? #7

fyyakaxyy opened this issue Nov 25, 2024 · 0 comments

Comments

@fyyakaxyy
Copy link

Thanks for your great work!
I notice your code about process the glove in HumanML3D format.
Could I run the code to get my finetuned glove?

def convert_glove_vec_to_humanml_rep():
    data_folder = "/glove_finetune"
    glove_vec_path = os.path.join(data_folder, "glove_finetune.txt")
    dest_vec_npy_path = os.path.join(data_folder, "our_vab_data_finetune.npy")
    dest_word2idx_pkl_path = os.path.join(data_folder, "our_vab_idx_finetune.pkl")
    dest_word_pkl_path = os.path.join(data_folder, "our_vab_words_finetune.pkl")
    ...

the code borrow from

dest_vec_npy_path = os.path.join(data_folder, "our_vab_data.npy")

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