Skip to content

Commit

Permalink
curated kick train
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklabhay committed Sep 27, 2024
1 parent 785e53f commit 43dce1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified outputs/StereoSampleGAN-CuratedKick.pth
Binary file not shown.
2 changes: 1 addition & 1 deletion src/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def training_loop(train_loader, val_loader):

best_val_w_dist = float("inf") # Initialize
epochs_no_improve = 0
patience = 5 # epochs
patience = 3 # epochs
for epoch in range(N_EPOCHS):
# Train
train_g_loss, train_c_loss, train_w_dist = train_epoch(
Expand Down

0 comments on commit 43dce1f

Please sign in to comment.