Skip to content

Commit

Permalink
added first draft of the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Dingel321 committed Jan 31, 2024
1 parent d3b7c62 commit dc2cea1
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 95 deletions.
2 changes: 1 addition & 1 deletion tutorials/simulation_parameters.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"N_PIXELS": 64,
"PIXEL_SIZE": 2.0,
"PIXEL_SIZE": 2.5,
"SIGMA": [2.0, 2.0],
"MODEL_FILE": "models.pt",
"SHIFT": 0.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"EMBEDDING": "ConvEncoder_Tutorial",
"OUT_DIM": 128,
"NUM_TRANSFORM": 5,
"NUM_HIDDEN_FLOW": 5,
"NUM_TRANSFORM": 3,
"NUM_HIDDEN_FLOW": 3,
"HIDDEN_DIM_FLOW": 128,
"MODEL": "NSF",
"LEARNING_RATE": 0.0003,
Expand Down
330 changes: 238 additions & 92 deletions tutorials/tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit dc2cea1

Please sign in to comment.