Skip to main content
Ctrl+K
pytagi  documentation - Home
  • Installation Guide
  • API Docs
    • Metric
    • Neural Network
      • Data structure
      • Layers
        • BaseLayer
        • Activations
        • BatchNorm
        • Conv2D
        • ConvTranspose2D
        • Embedding
        • Layer Block
        • LayerNorm
        • Linear
        • LSTM
        • SLinear
        • SLSTM
        • Pooling
        • ResNet Block
      • Sequential
      • Output Updater
      • Ddp
    • Tagi_utils
    • Cuda
  • Tutorials
    • 1D toy regression problem with sinusoidal data
    • 1D toy regression heteroscedastic problem with sinusoidal data
    • Univariate time series forecasting with LSTM
    • Training a Classifier
    • Training a Classifier for CIFAR-10 with ResNet18
    • Training an Autoencoder for MNIST
  • Github Development Guide
  • Distributed Data Parallel
  • Theory
    • Activation functions
    • Delta updates
  • About py/cuTAGI

pytagi.__version

Contents

  • Attributes
  • Module Contents
    • ROOT_DIR
    • version
    • VERSION
    • __version__

pytagi.__version#

Attributes#

ROOT_DIR

version

VERSION

__version__

Module Contents#

pytagi.__version.ROOT_DIR = b'.'[source]#
pytagi.__version.version[source]#
pytagi.__version.VERSION[source]#
pytagi.__version.__version__[source]#
Contents
  • Attributes
  • Module Contents
    • ROOT_DIR
    • version
    • VERSION
    • __version__

By Luong-Ha Nguyen, James-A. Goulet, Van Dai Vuong, Miquel Florensa-Montilla

© Copyright 2025, Luong-Ha Nguyen, James-A. Goulet, Van Dai Vuong, Miquel Florensa-Montilla.