csgan icon indicating copy to clipboard operation
csgan copied to clipboard

bug report

Open lt-xu opened this issue 5 years ago • 0 comments

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) .

lt-xu avatar Apr 03 '19 02:04 lt-xu