Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 513 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 513 Bytes

dl_utils

Utilities for deep learning.

Installation

From shell we install the latest release version via

  pip install dl_utils

within jupyter notebook we need a ! in front of the command.

or the bleeding edge version from github via:

  pip install --upgrade https://github.com/tensorchiefs/dl_utils/archive/master.zip

Then we can import via:

  import dl_utils as dl

and use all functions within dl_utils by starting with

  dl.

(tab will show all available functions)