Skip to content
New issue

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

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

Already on GitHub? # to your account

Cache the BERT embeddings on disks for next GNN training #516

Closed
Tracked by #512
zheng-da opened this issue Sep 30, 2023 · 1 comment
Closed
Tracked by #512

Cache the BERT embeddings on disks for next GNN training #516

zheng-da opened this issue Sep 30, 2023 · 1 comment

Comments

@zheng-da
Copy link
Contributor

If a user trains a GNN model without fine-tuning the BERT model, we should provide an option of saving the BERT embeddings on files for next trainings. Computing BERT embeddings are usually the major bottlenecks in the training.

@zheng-da zheng-da added the 0.2.1 label Sep 30, 2023
@zheng-da zheng-da changed the title Cache the BERT embeddings on disks for next training Cache the BERT embeddings on disks for next GNN training Oct 1, 2023
@zheng-da
Copy link
Contributor Author

zheng-da commented Oct 9, 2023

#523

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

No branches or pull requests

2 participants