Skip to content
Snippets Groups Projects
Commit 57e66104 authored by mnsc's avatar mnsc
Browse files

demo updated with map estimate

parent 48793abd
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ variables = 2
channels = 4
tracks = 4
network = nn.Sequential(
NormalLeaf(tracks, variables, channels),
NormalLeaf(tracks, variables, channels, n=N, alpha0=1, beta0=1),
Weightsum(tracks, 1, channels)
)
print(f"Total parameters: {sum(p.numel() for p in network.parameters() if p.requires_grad)}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment