Hi, I'm reading the paper and curious about your implementation.
CReLU layer seems defined but not used. Instead, the code implements it again in the layer construction.
Also, the paper has a batch norm layer but it's not implemented.
What is the consideration for this implementation? Better performance?
Thanks
Hi, I'm reading the paper and curious about your implementation.
CReLU layer seems defined but not used. Instead, the code implements it again in the layer construction.
Also, the paper has a batch norm layer but it's not implemented.
What is the consideration for this implementation? Better performance?
Thanks