Skip to content

Commit

Permalink
another verbose condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Jun 13, 2024
1 parent 9195c98 commit 26469c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,8 @@ def main(
model_state_trial['images_num_max'] = 0
diff_keys = set(list(model_state_none.keys())).symmetric_difference(model_state_trial.keys())
assert len(model_state_none) == len(model_state_trial), diff_keys
print("Model %s" % model_dict, flush=True)
if verbose:
print("Model %s" % model_dict, flush=True)
if model_lock:
# last in iteration will be first
model_states.insert(0, model_state_trial)
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "86a6a386d3757e133e9fb772445e0ed69638823c"
__version__ = "9195c9815b8fbf2955365b8f9901ee83c0f92718"

0 comments on commit 26469c1

Please sign in to comment.