Skip to content

DLPy v1.1.0

Compare
Choose a tag to compare
@ethem-kinginthenorth ethem-kinginthenorth released this 16 Jul 18:50
· 510 commits to master since this release

Highlights Include:

  • New layers: transpose convolution and group convolution
  • New architectures: U-Net, MobileNet, and ShuffleNet
  • Supporting FasterRCNN for object detection
  • Supporting image segmentation
  • Various bug fixes
  • Improved documentation
  • Improved code coverage

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

Or, if you use Anaconda:

conda install -c sas-institute sas-dlpy