Unverified Commit 55bf27d4 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Remove redundant checkpoint

parent cfd0fc6e
......@@ -225,10 +225,6 @@ def main(args):
ckpt_path=ckpt_path,
)
trainer.save_checkpoint(
os.path.join(args.output_dir, "checkpoints", "final.ckpt")
)
def bool_type(bool_str: str):
bool_str_lower = bool_str.lower()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment