Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
00e135ad
Commit
00e135ad
authored
Sep 19, 2018
by
Richard Xue
Committed by
Gao, Xiang
Sep 19, 2018
Browse files
typo ensemble (#96)
parent
8f1cb0c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchani/nn.py
torchani/nn.py
+1
-1
No files found.
torchani/nn.py
View file @
00e135ad
...
...
@@ -50,7 +50,7 @@ class ANIModel(torch.nn.ModuleList):
class
Ensemble
(
torch
.
nn
.
ModuleList
):
"""Compute the average output of an ensem
e
ble of modules."""
"""Compute the average output of an ensemble of modules."""
def
forward
(
self
,
species_input
):
outputs
=
[
x
(
species_input
)[
1
]
for
x
in
self
]
...
...
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