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

I have some questsions !! #5

Open
taki0112 opened this issue Apr 17, 2018 · 3 comments
Open

I have some questsions !! #5

taki0112 opened this issue Apr 17, 2018 · 3 comments

Comments

@taki0112
Copy link

taki0112 commented Apr 17, 2018

Hi

  1. If you look at configs, there is no information about animal translation.
    When will you upload it?
    Is it ok to just run as hyper-parameter like edge2shoes?

  2. The paper used a common gan loss
    But you used lsgan in your code. What was the difference in the results when comparing the two?

  3. How many datasets did you use for edges2shoes or edges2handbags?
    In these cases, the amount is much larger than the other datasets. But did you use it all?

@taki0112 taki0112 changed the title Is this full code ? I have some questsions !! Apr 18, 2018
@mingyuliutw
Copy link
Collaborator

For 2, we use LSGAN as specified in Section 5.1 in the paper.
For 3, we use all the training images in the datasets for training.

@zhf459
Copy link

zhf459 commented Apr 19, 2018

I failed to run the command "python test.py --config configs/edges2shoes.yaml --input inputs/edge.jpg --output_folder outputs --checkpoint models/edges2shoes.pt --a2b 1" and got an error:

Traceback (most recent call last):
  File "/home/zeng/work/pycharm/MUNIT/test.py", line 76, in <module>
    main(sys.argv)
  File "/home/zeng/work/pycharm/MUNIT/test.py", line 44, in main
    trainer.gen_a.load_state_dict(state_dict['a'])
  File "/home/zeng/.conda/envs/conda-python3/lib/python3.5/site-packages/torch/nn/modules/module.py", line 538, in load_state_dict
    .format(name))
KeyError: 'unexpected key "enc_content.model.0.norm.running_mean" in state_dict'

anything wrong? thanks.

@XiangyuWu
Copy link

@zhf459 I think you'd better check the version of the dependencies.

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

4 participants