Open fffh1 opened 8 months ago
seems not upload now
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。
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!
Hi May I ask the following import is from which package : from scripts.sampling.simple_mv_latent_sample import sample_one