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
FAST-RNNT
Commits
23b841cf
Commit
23b841cf
authored
Aug 11, 2022
by
pkufool
Browse files
Fix error
parent
d55f5481
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fast_rnnt/python/fast_rnnt/mutual_information.py
fast_rnnt/python/fast_rnnt/mutual_information.py
+1
-1
No files found.
fast_rnnt/python/fast_rnnt/mutual_information.py
View file @
23b841cf
...
...
@@ -287,7 +287,7 @@ def mutual_information_recursion(
assert
0
<=
t_begin
<=
t_end
<=
T
# The following statements are for efficiency
px
,
py
=
px
.
is_
contiguous
(),
py
.
is_
contiguous
()
px
,
py
=
px
.
contiguous
(),
py
.
contiguous
()
pxy_grads
=
[
None
,
None
]
scores
=
MutualInformationRecursionFunction
.
apply
(
px
,
py
,
pxy_grads
,
...
...
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