Skip to content

Commit 74c8a81

Browse files
authored
Add pil backend for vision transforms (#28035)
* add pil backend
1 parent 135b62a commit 74c8a81

File tree

10 files changed

+2556
-829
lines changed

10 files changed

+2556
-829
lines changed

python/paddle/tests/test_callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_callback_verbose_2(self):
105105
self.run_callback()
106106

107107
def test_visualdl_callback(self):
108-
# visualdl not support python3
108+
# visualdl not support python2
109109
if sys.version_info < (3, ):
110110
return
111111

0 commit comments

Comments
 (0)