Skip to content

Latest commit

 

History

History
executable file
·
19 lines (16 loc) · 284 Bytes

README.md

File metadata and controls

executable file
·
19 lines (16 loc) · 284 Bytes

Deep Learning tools and pipeline

Installation

pyenv install 3.7.6
pyenv local 3.7.6
pyenv virtualenv 37_base
pyenv activate 37_base

pip install --upgrade pip
pip install -r requirements.txt

Packages and modules inside

  • data
  • models
  • utils
  • inference
  • train