kaanaksit / odak

Scientific computing library for optics, computer graphics and visual perception.
https://kaanaksit.com/odak
Mozilla Public License 2.0
176 stars 52 forks source link

residual_attention_layer and components_test #62

Closed aguzel closed 1 year ago

aguzel commented 1 year ago

Residual Attention Layer based on Conv2D : 1 : x1, x 2 inputs are inferred by Conv2D 2 : act(x_1, x_2) * x_1 is resulted.

The test is written by inferring a random tensor with a default Conv2D setting.