Contents Menu Expand Light mode Dark mode Auto light/dark mode
⚫ DeLU
⚫ DeLU

Usage & API

  • delu
    • to
    • cat
    • iter_batches
  • delu.cuda
    • free_memory
  • delu.nn
    • Lambda
    • NLinear
  • delu.random
    • seed
    • get_state
    • set_state
    • preserve_state
  • delu.tools
    • EarlyStopping
    • Timer

Other

  • Deprecated API
Back to top
Edit this page

delu.nn#

An extension to torch.nn.

Lambda

A wrapper for functions from torch and methods of torch.Tensor.

NLinear

N separate linear layers for N embeddings: (*, *N, D1) -> (*, *N, D2).

Next
Lambda
Previous
free_memory
Copyright © 2023, Yura52
Made with Sphinx and @pradyunsg's Furo