Skip to content

tensorchiefs/dl_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

utils for deep learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages