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ยง
- Network
Config - Configuration for registering a neural network.
- Network
Registry - Registry for managing neural networks.