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
3de188e9
"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "1c4e13918624b3f9b7df308a8e7548bebe554e80"
Commit
3de188e9
authored
Aug 10, 2023
by
Christina Floristean
Browse files
Minor model test fix
parent
a18f98cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_model.py
tests/test_model.py
+1
-1
No files found.
tests/test_model.py
View file @
3de188e9
...
...
@@ -55,7 +55,7 @@ class TestModel(unittest.TestCase):
n_res
=
consts
.
n_res
n_extra_seq
=
consts
.
n_extra
c
=
model_config
(
consts
.
model
,
train
=
True
)
c
=
model_config
(
consts
.
model
)
c
.
model
.
evoformer_stack
.
no_blocks
=
4
# no need to go overboard here
c
.
model
.
evoformer_stack
.
blocks_per_ckpt
=
None
# don't want to set up
# deepspeed for this test
...
...
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