csgan
csgan copied to clipboard
bug report
csgan/utils/csgan_utils.py
line. 541 dataset.inv_transform(x_hats[i], type=FLAGS.input_transform_type)
type
should be replaced by int_type
, as the definition of inv_transform
is inv_transform(self, transformed_images, int_type=None)
.