LeeDoYup / AnoGAN-tf

Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
MIT License
270 stars 92 forks source link

datasetsize #20

Open lzzlxxlsz opened 5 years ago

lzzlxxlsz commented 5 years ago

my data size is 1500*1200,can I set the input_height and input_width with 1500 and 1200?and is there some requirement about the input_height,input_width,and output_height,putput_width?

burgetrm commented 4 years ago

Limits are only your memory and time for convergence (1500x1200 will take some time). To be computationally efficient, I would recommend to rescale the dimension to powers of two.