netsaur icon indicating copy to clipboard operation
netsaur copied to clipboard

Implement CPU Layers

Open CarrotzRule123 opened this issue 1 year ago • 0 comments

Current checklist of layers that we want to implement:

  • [x] Activation Layer
  • [x] Conv2D Layer
  • [x] Dense Layer
  • [x] Dropout1D Layer
  • [x] Dropout2D Layer
  • [x] Flatten Layer
  • [x] Pool2D Layer
  • [ ] BatchNorm Layer
  • [x] BatchNorm2D Layer
  • [ ] ConvTranspose2D Layer

CarrotzRule123 avatar May 10 '23 15:05 CarrotzRule123