Skip to content

Commit

Permalink
Fix mask layering
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Oct 17, 2023
1 parent fea1c25 commit 5714cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supirfactor_dynamical/models/chromatin_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(

self.mask_input_weights(
gene_peak_mask,
module=self.peak_encoder[1],
module=self.peak_encoder[0],
layer_name='weight'
)

Expand All @@ -70,7 +70,7 @@ def __init__(

self.mask_input_weights(
peak_tf_mask,
module=self.tf_encoder[0],
module=self.tf_encoder[1],
layer_name='weight'
)

Expand Down

0 comments on commit 5714cd9

Please sign in to comment.