Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Stegeman <roystegeman@live.nl>
  • Loading branch information
APJansen and RoyStegeman committed Nov 24, 2023
1 parent 515f7a7 commit 97eb8c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion n3fit/src/n3fit/backends/keras_backend/MetaModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ def split_replicas(self):
list
list of single replica models
"""
num_replicas = self.output.shape[-1]
replicas = []
for i_replica, replica in enumerate(self.single_replicas.replicas):
replica.set_replica_weights(self.get_replica_weights(i_replica))
Expand Down

0 comments on commit 97eb8c9

Please sign in to comment.