@@ -310,7 +310,7 @@ def main(args):
"num_epochs", 10
) - 1:
checkpoint_file = os.path.join(
checkpoint_path, f"checkpoint_epoch_{epoch + 1}.pth"
checkpoint_path, f"checkpoint_epoch_{epoch+1}.pth"
)
checkpoint = {
"epoch": epoch + 1,
The note is not visible to the blocked user.