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
vision
Commits
5f54fd14
Commit
5f54fd14
authored
Feb 18, 2019
by
surgan12
Committed by
Francisco Massa
Feb 18, 2019
Browse files
Flake fixes (#750)
* flake_fixes * flake_fixes2
parent
cd12b9a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/source/conf.py
docs/source/conf.py
+1
-1
torchvision/models/inception.py
torchvision/models/inception.py
+1
-1
No files found.
docs/source/conf.py
View file @
5f54fd14
...
...
@@ -208,7 +208,7 @@ def patched_make_field(self, types, domain, items, **kw):
# `kw` catches `env=None` needed for newer sphinx while maintaining
# backwards compatibility when passed along further down!
# type: (
L
ist, unicode,
T
uple) -> nodes.field
# type: (
l
ist, unicode,
t
uple) -> nodes.field
def
handle_item
(
fieldarg
,
content
):
par
=
nodes
.
paragraph
()
par
+=
addnodes
.
literal_strong
(
''
,
fieldarg
)
# Patch: this line added
...
...
torchvision/models/inception.py
View file @
5f54fd14
...
...
@@ -96,7 +96,7 @@ class Inception3(nn.Module):
x
=
self
.
Mixed_5b
(
x
)
# N x 256 x 35 x 35
x
=
self
.
Mixed_5c
(
x
)
# N x 288 x 35 x 35
# N x 288 x 35 x 35
x
=
self
.
Mixed_5d
(
x
)
# N x 288 x 35 x 35
x
=
self
.
Mixed_6a
(
x
)
...
...
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