Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 601 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 601 Bytes

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)