Skip to content

Commit

Permalink
Removed commented obsolete check in n3fit/src/n3fit/checks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aron Jansen <[email protected]>
  • Loading branch information
goord and APJansen committed Feb 1, 2024
1 parent f34bf2c commit 8fda1ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions n3fit/src/n3fit/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,6 @@ def check_consistent_parallel(parameters, parallel_models, same_trvl_per_replica
"""
if not parallel_models:
return
# if not same_trvl_per_replica:
# raise CheckError(
# "Replicas cannot be run in parallel with different training/validation "
# " masks, please set `same_trvl_per_replica` to True in the runcard"
# )
if parameters.get("layer_type") != "dense":
raise CheckError("Parallelization has only been tested with layer_type=='dense'")

Expand Down

0 comments on commit 8fda1ca

Please sign in to comment.