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 ^-^
This commit solves the #126 and the restriction of only support batch_size=1 in test.py. More, details: