We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11337b commit 3a513d6Copy full SHA for 3a513d6
README.md
@@ -12,9 +12,9 @@
12

13
14
## Plan
15
--[X] add Res2Net bolock
16
--[X] add Adaptive-Convolution
17
--[X] Train on Cifar/Imagenet
+1. add Res2Net bolock (done)
+2. add Adaptive-Convolution (done)
+3. Train on Cifar/Imagenet
18
19
### Usage
20
@@ -30,4 +30,4 @@ model = se_resnet50()
30
31
## Reference:
32
1. OctaveConv: MXNet implementation[here](https://github.com/terrychenism/OctaveConv)
33
- 2. AdaptiveCov: Offical tensorflow implementation[here](https://github.com/wanggrun/Adaptively-Connected-Neural-Networks)
+ 2. AdaptiveCov: Offical tensorflow implementation[here](https://github.com/wanggrun/Adaptively-Connected-Neural-Networks)
0 commit comments