Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module 'paddlers' has no attribute 'transforms' #114

Open
jzzzzh opened this issue Sep 26, 2022 · 0 comments
Open

module 'paddlers' has no attribute 'transforms' #114

jzzzzh opened this issue Sep 26, 2022 · 0 comments

Comments

@jzzzzh
Copy link

jzzzzh commented Sep 26, 2022

(paddle_env) E:\PaddleRS>python setup.py install
Traceback (most recent call last):
File "setup.py", line 16, in
import paddlers
File "E:\PaddleRS\paddlers_init_.py", line 17, in
from paddlers.utils.env import get_environ_info, init_parallel_env
File "E:\PaddleRS\paddlers\utils_init_.py", line 28, in
from .visualize import map_display
File "E:\PaddleRS\paddlers\utils\visualize.py", line 26, in
from paddlers.transforms.functions import to_uint8
File "E:\PaddleRS\paddlers\transforms_init_.py", line 18, in
from .operators import *
File "E:\PaddleRS\paddlers\transforms\operators.py", line 30, in
import paddlers.transforms.functions as F
AttributeError: module 'paddlers' has no attribute 'transforms'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant