Image Classification
Transformers
PyTorch
ONNX
fg-mindee commited on
Commit
c1db9af
·
1 Parent(s): e69f58b

docs: Updated README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ Pretrained on [ImageNette](https://github.com/fastai/imagenette). The ReXNet arc
15
 
16
  ## Model description
17
 
18
- The core idea of the author is to help the gradient propagation through numerous layers by adding a skip connection.
19
 
20
 
21
  ## Installation
 
15
 
16
  ## Model description
17
 
18
+ The core idea of the author is to add a customized Squeeze-Excitation layer in the residual blocks that will prevent channel redundancy.
19
 
20
 
21
  ## Installation