Skip to content

Commit

Permalink
final runcards
Browse files Browse the repository at this point in the history
  • Loading branch information
Anezka Bos committed Jun 30, 2023
1 parent 65659f7 commit 391d57d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions n3fit/runcards/examples/architecture_mod/runcard_no_mod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

############################################################
description: Architecture Testing - No modifications
description: Architecture Testing - With Input --> last layer skip-connection

dataset_inputs:
# Fixed target DIS
Expand Down Expand Up @@ -61,7 +61,7 @@ parameters: # This defines the parameter dictionary that is passed to the Model
initializer: glorot_normal
optimizer:
clipnorm: 0.001
learning_rate: 0.01
learning_rate: 0.001
optimizer_name: Nadam
epochs: 5000
positivity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ parameters: # This defines the parameter dictionary that is passed to the Model
initializer: glorot_normal
optimizer:
clipnorm: 0.001
learning_rate: 0.01
learning_rate: 0.001
optimizer_name: Nadam
epochs: 5000
positivity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

############################################################
description: Architecture Testing - Fully Connected Network
description: Architecture Testing - With Input --> last layer skip-connection

dataset_inputs:
# Fixed target DIS
Expand Down Expand Up @@ -62,7 +62,7 @@ parameters: # This defines the parameter dictionary that is passed to the Model
initializer: glorot_normal
optimizer:
clipnorm: 0.001
learning_rate: 0.01
learning_rate: 0.001
optimizer_name: Nadam
epochs: 5000
positivity:
Expand Down

0 comments on commit 391d57d

Please sign in to comment.