Skip to main content

Module registry

Module registry 

Source
Expand description

Network registry for managing registered neural networks.

The registry is the central point for managing all neural networks used in a probabilistic logic program. It handles:

  • Registration of networks with their configurations
  • Train/eval mode switching for all networks
  • Network lookup by name

Structsยง

NetworkConfig
Configuration for registering a neural network.
NetworkRegistry
Registry for managing neural networks.