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

Support batch_size >= 2 testing, fakeA is also outputted in the result file and index.html #129

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HaiyangPeng
Copy link

This commit solves the #126 and the restriction of only support batch_size=1 in test.py. More, details:

  • A to B and B to A outputs are both available in the result file. Index.html is compatible accordingly.
  • To accelerate the testing speed and original restriction in test.py, batch_size>=2 is supported (multiple GPU inference is supported). The outputs are verified correctly.
  • Additionally, the arg of '--phase' should be 'test' in the test command in README.
    Any questions are appreciated ^-^

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

Successfully merging this pull request may close these issues.

None yet

1 participant