Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 309 Bytes

Aspect Transition Graph

Install

Here is the list of libraries you need to install to execute the code:

  • python = 3.6
  • pytorch = 0.4
  • numpy
  • scipy
  • matplotlib
  • scikit-image

All of them can be installed via conda (anaconda)

conda env create -f environment.yml