Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed Jul 23, 2020
1 parent 675a0ad commit 2a7ab49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarker/modules/problems/cosmoflow/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def build_model(input_shape, target_size, dropout=0):
nn.Linear(128, 64),
nn.LeakyReLU(),
nn.Dropout(dropout),
#
nn.Linear(64, target_size),
nn.Tanh(),
scale_1p2(),
Expand Down

0 comments on commit 2a7ab49

Please sign in to comment.