Open
Description
Although we can pass a batch size argument in the main bicycle-gan.py code In the data_loader.py there is no implementation to fetch the respective batches..rather it always fetches a batch size of 1. Hence leading to this error.
Cannot feed value of shape (1, x) for Tensor u'input_images:0', which has shape '(2, x)'
Whenever a non-default batch is taken.
Metadata
Metadata
Assignees
Labels
No labels