Open glsscnnn opened 5 years ago
if batch_size is None: batch_size = 1
Unnecessary batch_size = 1 is set as default what's the point of this? Why not just catch error or something seems more useful.
Unnecessary batch_size = 1 is set as default what's the point of this? Why not just catch error or something seems more useful.