osh / KerasGAN

A couple of simple GANs in Keras
501 stars 177 forks source link

Question of using the set_image_dim_ordering('th') #13

Open xiaoleihuang opened 6 years ago

xiaoleihuang commented 6 years ago

Hi, I did not figure out why you used the K.set_image_dim_ordering('th')

It seems you used tensorflow, but why did you set the function to "Theano"?