Skip to main content

Package to host DeepLearning modules for pytorch ecosystem, to ease out model implementations.

Project description

ModuleZooTorch

Collection of neural-net modules including both general blocks, and those introduced in latest research

The library is still under development, if you have some cool NN blocks in mind that deserves to be implemented in MZT please don't hesitate to open an issue with feature request, I'll try my best to implement those ASAP.

Installation

pip install mzt

Available Modules

  • Convolution Blocks:
    • ConvNormActivation1d
    • ConvNormActivation2d
    • ConvInvertedBlock1d
    • ConvInvertedBlock2d
  • Residual Blocks:
    • ConvResidualBlock1d
    • ConvResidualBlock2d
    • ConvBottleNeckResidualBlock1d
    • ConvBottleNeckResidualBlock2d
    • ConvInvertedResidualBlock1d
    • ConvInvertedResidualBlock2d
  • Attention Blocks:
    • SelfAttention1d
    • SelfAttention2d
    • MultiHeadSelfAttention1d
    • MultiHeadSelfAttention2d
    • MultiHeadAttention1d
    • MultiHeadAttention2d
    • MultiHeadAttentionLinear
  • Graphical/Geometric Blocks:
    • GraphConv2d

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mzt-2.0.0.tar.gz (22.5 kB view hashes)

Uploaded Source

Built Distribution

mzt-2.0.0-cp312-cp312-manylinux_2_35_x86_64.whl (27.2 kB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.35+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page