Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 694 Bytes

File metadata and controls

14 lines (9 loc) · 694 Bytes

SIGNS-Image-Classification-using-ResNets

The code is in python.
I have used the the following Architecture : CONV2D -> BATCHNORM -> RELU -> MAXPOOL -> CONVBLOCK -> IDBLOCK x 2 -> CONVBLOCK -> IDBLOCK x 3 -> CONVBLOCK -> IDBLOCK x 5 -> CONVBLOCK -> IDBLOCK x 2 -> AVGPOOL -> FLATTEN -> FCLAYER -> OUTPUT

CONVBLOCK AND IDBLOCK are implemented in model.py

IDBLOCK

IDBLOCK

CONVBLOCK

IDBLOCK