remove breakpoint

This commit is contained in:
zR 2024-03-27 23:17:50 +08:00
parent 5ab08cef50
commit 111657c02c

View File

@ -683,7 +683,6 @@ if __name__ == "__main__":
print(f"Trainable parameters {p:.3f}M")
print("Loading datasets")
breakpoint()
train_set, valid_set, test_set = load(args)
# Resume training the given adapters.