Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 272 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 272 Bytes

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