Open Pzoom522 opened 6 years ago
The content images selection part should be modified. If len(content_images) is divided by batch_size, then self.x_list will be empty, causing failure in training.
len(content_images)
batch_size
self.x_list
The content images selection part should be modified. If
len(content_images)
is divided bybatch_size
, thenself.x_list
will be empty, causing failure in training.