Skip to content

Commit

Permalink
Fix bug DFIM
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnovanHilten committed Feb 27, 2024
1 parent 6baa732 commit 682bd45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_GenNet.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def __init__(self,
suffix='',
num_eval = 100,
num_sample_pat=100,
start_rank = 0,
end_rank = 0,
resultpath = "results/GenNet_experiment_2_/",
type = "NID",
layer = None):
Expand All @@ -84,6 +86,8 @@ def __init__(self,
self.type = type
self.layer = layer
self.num_sample_pat = num_sample_pat
self.start_rank = start_rank
self.end_rank = end_rank



Expand Down

0 comments on commit 682bd45

Please sign in to comment.