bdqnghi / infercode

[ICSE 2021] - InferCode: Self-Supervised Learning of Code Representations by Predicting Subtrees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip infercode无法使用

ju-king opened this issue · comments

after pip infercode,how to use?

pip install infercode

Then you need to run it using the example code:

cd infercode/tests
python test_infer.py
commented

@yijunyu. Thank you. Is your infercode internally has pretrained models for Python and Java as I see in your old version you have separate pretrained model on small java dataset please?

My understanding, the "universal" model has been trained on several languages, it should work for python / java as well. @bdqnghi.

commented