You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: