Skip to content

Commit

Permalink
Update training_multiSample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwang12 authored Nov 14, 2024
1 parent f0ca211 commit cec07b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mNSF/training_multiSample.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ def _train_model_fixed_lr(self, list_tro,list_Dtrain, list_D__, ckpt_mgr,Dval=No
print("vec_batch")
print(vec_batch)
for ksample in range(0,nsample_chunked):
print("ksample")
print(ksample)
list_tro[ksample].model.Z=list_D__[ksample]["Z"]
Dtrain_ksample = list_Dtrain[ksample]
if vec_batch[ksample]:
Expand Down

0 comments on commit cec07b8

Please sign in to comment.