/OCoR

Primary LanguagePython

OCoR

An Overlap-Aware Code Retriver

Usage

To Train New Model

python3 run.py 

To Use Your Processed Data

rm *.pkl

To Test The Model

python3 run.py DatasetName

Dependence

  • tensorflow 1.12
  • python3.5
  • pickle
  • Ubuntu 16.04