Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 472 Bytes

cub_benchmarking

A framework for quantifing the performance of CUB metrics

Setup

  1. Use pyenv to set up a clean environment using the Python version 3.5.2.
  2. pip install -r requirements.txt

Using this benchmark

  1. navigate into the cloned repo on your local computer
  2. activate the pyenv enviorment that was setup in the previous section
  3. launch ipython noteboook using the command: ipython notebook
  4. click on the notebook tutorial.ipynb for tutorial