mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
Commentaires
This commit is contained in:
parent
a3bf82c7ca
commit
7221142a9a
2 changed files with 24 additions and 13 deletions
|
@ -254,6 +254,7 @@ def run_dist_dataugV3(model, opt_param, epochs=1, inner_it=1, dataug_epoch_start
|
|||
for epoch in range(1, epochs+1):
|
||||
t0 = time.perf_counter()
|
||||
|
||||
#Cross-Validation
|
||||
#dl_train, dl_val = cvs.next_split()
|
||||
#dl_val_it = iter(dl_val)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue