Aya de Raghũl

Results 5 comments of Aya de Raghũl

Sorry I am newbie but please put "InstanceNormalization" into normal tf layers, is this okay?

> @ayaderaghul > > https://www.tensorflow.org/api_docs/python/tf/keras/layers/GroupNormalization > > ``` > Relation to Instance Normalization: If the number of groups is set to the input dimension (number of groups is equal to...

I have a project using pix2pix in tensorflow_examples, similar to this: (https://www.tensorflow.org/tutorials/generative/cyclegan) In this project, the model is pix2pix, with InstanceNorm ``` generator_g = pix2pix.unet_generator(OUTPUT_CHANNELS, norm_type='instancenorm') ``` When I train...

> @ayaderaghul 在运行时报错的那个地方load_state_dict函数括号中加一个strict=False @FantasticZihao and the first one?