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
a1ec864a
"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "6f0131aeadb69720bda6caee611e812737ad4465"
Unverified
Commit
a1ec864a
authored
May 22, 2023
by
Philip Meier
Committed by
GitHub
May 22, 2023
Browse files
remove unused kwargs from make_grid (#7613)
parent
300a9092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
torchvision/utils.py
torchvision/utils.py
+0
-1
No files found.
torchvision/utils.py
View file @
a1ec864a
...
@@ -29,7 +29,6 @@ def make_grid(
...
@@ -29,7 +29,6 @@ def make_grid(
value_range
:
Optional
[
Tuple
[
int
,
int
]]
=
None
,
value_range
:
Optional
[
Tuple
[
int
,
int
]]
=
None
,
scale_each
:
bool
=
False
,
scale_each
:
bool
=
False
,
pad_value
:
float
=
0.0
,
pad_value
:
float
=
0.0
,
**
kwargs
,
)
->
torch
.
Tensor
:
)
->
torch
.
Tensor
:
"""
"""
Make a grid of images.
Make a grid of images.
...
...
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