Rahul Gomes
Results
1
comments of
Rahul Gomes
Hi, I am trying to implement the code in Keras. Would running the code look like this ? `x = GroupNormalization(groups=8, axis=-1)(x) ` I've used axis = -1 since Keras...