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

Can anyone tell me how to run it? #27

Closed
IMakiMaki opened this issue Aug 19, 2019 · 2 comments
Closed

Can anyone tell me how to run it? #27

IMakiMaki opened this issue Aug 19, 2019 · 2 comments

Comments

@IMakiMaki
Copy link

I've never write python code.So how can I run it?
I try to run python main.py --dataset selfie2anime in cmd.But some errors be displayed:
Traceback (most recent call last): File "main.py", line 1, in <module> from UGATIT import UGATIT File "/Users/yh/Personal/UGATIT-pytorch/UGATIT.py", line 2, in <module> from dataset import ImageFolder File "/Users/yh/Personal/UGATIT-pytorch/dataset.py", line 1, in <module> import torch.utils.data as data ImportError: No module named torch.utils.data

@kezif
Copy link

kezif commented Aug 22, 2019

You should install all required libs.
Also this project is pretty bad as first python script. There is no pretrained weights, so you should train network by yourself (create dataset and train it for like eons)

@IMakiMaki
Copy link
Author

emm...OK..... Maybe I should try another project.Thank you so much.

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

2 participants