Skip to content

Commit e0d4981

Browse files
committed
Reverted accidental change
1 parent 7bb5961 commit e0d4981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

training/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
dataset = download.download_deep_scores()
1717
train.train_segnet()
1818
elif model_type == "transformer":
19-
transformer.train_transformer(resume="checkpoint-24552")
19+
transformer.train_transformer()
2020
else:
2121
eprint("Unknown model: " + model_type)
2222
sys.exit(1)

0 commit comments

Comments
 (0)