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
Fairseq
Commits
66314a60
Commit
66314a60
authored
Jan 17, 2018
by
Michael Auli
Committed by
Myle Ott
Jan 22, 2018
Browse files
ATen Fix
parent
173c577b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fairseq/clib/temporal_convolution_tbc/temporal_convolution_tbc.cpp
...lib/temporal_convolution_tbc/temporal_convolution_tbc.cpp
+1
-1
No files found.
fairseq/clib/temporal_convolution_tbc/temporal_convolution_tbc.cpp
View file @
66314a60
...
@@ -126,5 +126,5 @@ void TemporalConvolutionTBC_backward(
...
@@ -126,5 +126,5 @@ void TemporalConvolutionTBC_backward(
}
}
auto
tmp
=
dOutput
.
sum
(
0
,
false
);
auto
tmp
=
dOutput
.
sum
(
0
,
false
);
dBias
.
assign
_
(
tmp
.
sum
(
0
));
dBias
.
copy
_
(
tmp
.
sum
(
0
));
}
}
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