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

unknown import #7

Open
fffh1 opened this issue Mar 15, 2024 · 3 comments
Open

unknown import #7

fffh1 opened this issue Mar 15, 2024 · 3 comments

Comments

@fffh1
Copy link

fffh1 commented Mar 15, 2024

Hi
May I ask the following import is from which package : from scripts.sampling.simple_mv_latent_sample import sample_one

@sora158
Copy link

sora158 commented Mar 17, 2024

seems not upload now

@boom-syndra
Copy link

You should add the current directory to the Python interpreter's search path. This way, you can import folders from the current directory as modules, just use 'sys.path.append', then it's OK。

@sora158
Copy link

sora158 commented Mar 27, 2024

You should add the current directory to the Python interpreter's search path. This way, you can import folders from the current directory as modules, just use 'sys.path.append', then it's OK。

Thank you!

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

3 participants