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
b8ef5322
Commit
b8ef5322
authored
Oct 19, 2019
by
Surgan Jandial
Committed by
Francisco Massa
Oct 18, 2019
Browse files
PILLOW_VERSION deprecation updates (#1501)
* doc-build fixed * deprecation fixes * deprecation updates
parent
ff88dbaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/transforms/functional.py
torchvision/transforms/functional.py
+1
-1
No files found.
torchvision/transforms/functional.py
View file @
b8ef5322
...
@@ -2,7 +2,7 @@ from __future__ import division
...
@@ -2,7 +2,7 @@ from __future__ import division
import
torch
import
torch
import
sys
import
sys
import
math
import
math
from
PIL
import
Image
,
ImageOps
,
ImageEnhance
,
PILLOW_VERSION
from
PIL
import
Image
,
ImageOps
,
ImageEnhance
,
__version__
as
PILLOW_VERSION
try
:
try
:
import
accimage
import
accimage
except
ImportError
:
except
ImportError
:
...
...
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