Skip to content

Commit

Permalink
missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Sep 18, 2024
1 parent 90c40ce commit 7f263e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ml_downscaling_emulator/score_sde_pytorch/run_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def train(config, workdir):

if config.training.random_crop_size > 0:
random_crop = torchvision.transforms.RandomCrop(config.training.random_crop_size)

for epoch in range(initial_epoch, num_train_epochs + 1):
state['epoch'] = epoch
train_set_loss = 0.0
Expand Down

0 comments on commit 7f263e3

Please sign in to comment.