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

for verbose need to allow creating parent path #42

Open
jxchen01 opened this issue Jun 2, 2022 · 0 comments
Open

for verbose need to allow creating parent path #42

jxchen01 opened this issue Jun 2, 2022 · 0 comments
Assignees

Comments

@jxchen01
Copy link
Contributor

jxchen01 commented Jun 2, 2022

here: https://github.com/MMV-Lab/mmv_im2im/blob/main/mmv_im2im/models/pl_pix2pix.py#L112

need to do something like:

from pathlib import Path
path = Path('/home/dail/first/second/third')
path.mkdir(parents=True)

@jxchen01 jxchen01 self-assigned this Jun 2, 2022
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