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
dde7e6c4
Commit
dde7e6c4
authored
Nov 15, 2021
by
Gustaf Ahdritz
Browse files
Fix another data module bug
parent
33519974
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
openfold/data/data_modules.py
openfold/data/data_modules.py
+0
-1
No files found.
openfold/data/data_modules.py
View file @
dde7e6c4
...
@@ -213,7 +213,6 @@ class OpenFoldDataset(torch.utils.data.IterableDataset):
...
@@ -213,7 +213,6 @@ class OpenFoldDataset(torch.utils.data.IterableDataset):
self
.
samplers
=
[
self
.
samplers
=
[
looped_sequence
(
RandomSampler
(
d
))
for
d
in
datasets
looped_sequence
(
RandomSampler
(
d
))
for
d
in
datasets
]
]
self
.
batch_size
=
batch_size
self
.
epoch_len
=
epoch_len
self
.
epoch_len
=
epoch_len
self
.
distr
=
torch
.
distributions
.
categorical
.
Categorical
(
self
.
distr
=
torch
.
distributions
.
categorical
.
Categorical
(
...
...
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