-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
592658f
commit 1548be0
Showing
11 changed files
with
116 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Layer-wise breakdown | ||
==================== | ||
|
||
Model weights | ||
------------- | ||
{@plot_layerwise_weights@} | ||
|
||
Field variables | ||
--------------- | ||
{@with layer_ids@} | ||
{@plot_layer_histogram@} | ||
{@endwith@} | ||
|
||
Correlation function | ||
-------------------- | ||
{@with layer_ids@} | ||
{@plot_two_point_correlator@} | ||
{@endwith@} | ||
|
||
Correlation function at zero momentum | ||
------------------------------------- | ||
{@with layer_ids@} | ||
{@plot_zero_momentum_correlator@} | ||
{@endwith@} | ||
|
||
Correlation length | ||
------------------ | ||
{@with layer_ids@} | ||
{@plot_correlation_length@} | ||
{@endwith@} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
training_output: train | ||
cp_id: -1 | ||
layer_ids: [1, 2, 3, -1] | ||
|
||
sample_size: 10000 | ||
thermalization: 1000 | ||
sample_interval: 1 | ||
|
||
bootstrap_sample_size: 100 | ||
|
||
meta: | ||
author: Author | ||
title: Training Report | ||
keywords: [example] | ||
|
||
template: layerwise.md | ||
|
||
actions_: | ||
- report(main=True) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
training_output: train | ||
cp_id: -1 | ||
layer_id: -1 | ||
|
||
sample_size: 10000 | ||
thermalization: 1000 | ||
|