Group-Normalization-Tensorflow icon indicating copy to clipboard operation
Group-Normalization-Tensorflow copied to clipboard

A TensorFlow implementation of Group Normalization on the task of image classification

Results 7 Group-Normalization-Tensorflow issues
Sort by recently updated
recently updated
newest added

this line of code turn a error when runing x = tf.reshape(x, [N, G, C // G, H, W]) typeerror: failed to convert object of type to tensor. contents: [none,...

I want to use gn into CNN , and meet a prolem: ailed to convert object of type to Tensor. Contents: [Dimension(None), 2, Dimension(14), Dimension(28), Dimension(32)]. Consider casting elements to...

Can you give a C++ version to use in Caffe? Thanks!

Hi, shaohua! How are the results trained on deep neural networks? Recently I tried to train on 3D ConvNet, but I am confused that the training accuracy gets high(the class...

Hello, sir. I found that there is no moving_average_mean/var, which is necessary in BatchNorm. Is it ok for GroupNorm?