Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 466 Bytes

File metadata and controls

17 lines (13 loc) · 466 Bytes

DeepTop

  1. Required packages

Required packages

You may (will) require latest Python 3 and gcc/g++ and following python packages:

  1. TensorFlow version 1.0 or higher compiled with full available vectorization support (SSE4, AVX2, FMA)
  2. numpy
  3. pandas
  4. keras
  5. theano (optional)
  6. lasagne (optional)
  7. sklearn
  8. matplotlib and/or seaborn (optional)
  9. jupyter (optional)