Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.2 KB

CSN

The repo is to support my thesis work

About

**code** the TensorFlow Implementation
**core** the Keras Implementation
**doc** documentations
----**exp** experimental results
----**fig** figures for thesis writing
----**setup** how to prepare the Azure VM
----`@csn.md` guidance for run experiments with TensorFlow Implementation
----`@rok.md` guidance for run experiments with Keras Implementation

How to Reproduce Results

For the TensorFlow implementation

  1. prepare the Azure VM by following the TensorFlow1 part at doc/setup/README
  2. check CodeSearchNet QuickStart
  3. override with our implementation by following the guidance at doc/@csn.md
  4. run the treeleaf, treepath or treeraw model

For the Keras implementation

  1. prepare the Azure VM (following the TensorFlow2 part at doc/setup/README)
  2. check CodeSnippetSearch README
  3. override with our implementation by following the guidance at doc/@rok.md
  4. run models

References