IITH-Compilers / IR2Vec

Implementation of IR2Vec, LLVM IR Based Scalable Program Embeddings
Other
84 stars 39 forks source link

Support for vocabulary with different dimensions #122

Closed svkeerthy closed 1 month ago

svkeerthy commented 2 months ago

Currently we have a vocab of 300D. Add support for using vocab of different sizes - 75D, 100D, 150D, etc. This would involve training the vocab and exposing options to use them appropriately.

svkeerthy commented 1 month ago

Fixed by #127