Skip to content

Commit

Permalink
Add loss when skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Jul 10, 2024
1 parent bc9a0ee commit 4564bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supirfactor_dynamical/training/train_simple_decoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def train_simple_multidecoder(
):

if x in skip_decoder_training_models:
_decoder_losses.append(0.)
continue

model_ref.select_submodel(x, 'decoder')
Expand Down

0 comments on commit 4564bb7

Please sign in to comment.