Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
55bf27d4
"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "3cf5763fdd69d3e40884103c1a86ec05215ea9b8"
Unverified
Commit
55bf27d4
authored
Feb 03, 2022
by
Gustaf Ahdritz
Committed by
GitHub
Feb 03, 2022
Browse files
Remove redundant checkpoint
parent
cfd0fc6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
train_openfold.py
train_openfold.py
+0
-4
No files found.
train_openfold.py
View file @
55bf27d4
...
@@ -225,10 +225,6 @@ def main(args):
...
@@ -225,10 +225,6 @@ def main(args):
ckpt_path
=
ckpt_path
,
ckpt_path
=
ckpt_path
,
)
)
trainer
.
save_checkpoint
(
os
.
path
.
join
(
args
.
output_dir
,
"checkpoints"
,
"final.ckpt"
)
)
def
bool_type
(
bool_str
:
str
):
def
bool_type
(
bool_str
:
str
):
bool_str_lower
=
bool_str
.
lower
()
bool_str_lower
=
bool_str
.
lower
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment