Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 774 Bytes

File metadata and controls

17 lines (11 loc) · 774 Bytes

Semantic Code Search

This repo contains the unofficial pytorch implementation of some of the experiments in "CodeSearchNet Challenge: Evaluating the State of Semantic Code Search". The original tensorflow implementation can be found here.

A few instructions

  • Set up the requirements using requirements.txt.
  • Download and set up the dataset using the links provided in the original implementation.

W&B Setup

You need to initialize W&B to log the results. If it's your first time using W&B on a machine, you will need to log in:

$ wandb login

You will be asked for your API key, which appears on your W&B profile settings page.