Skip to content
/ Nethin Public

Nethin contains ready-to-use networks, additional functionality and helper functions for Keras.

Notifications You must be signed in to change notification settings

tomlof/Nethin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Nethin

Nethin contains ready-to-use networks, additional functionality and helper functions for Keras.

Dependencies

The reference Python version for Nethin is 3.6.x, but newer versions of Python likely work as well.

The base functionality of Nethin requires:

  • NumPy (>= 1.21.2)
  • SciPy (>= 1.7.3)
  • Tensorflow (>= 2.2.0)

The data augmentation may require:

  • Pillow (>= 8.4.0)
  • scikit-image (>= 0.18.3)

The data readers may require:

  • SciPy (>= 1.7.3)
  • Pydicom (>= 1.1.0)
  • scikit-image (>= 0.18.3)

The data readers may benefit from having PyTorch installed:

  • PyTorch (>= 0.4.1)

About

Nethin contains ready-to-use networks, additional functionality and helper functions for Keras.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages