Skip to content

Commit 3a513d6

Browse files
author
Latou
authored
Update README.md
1 parent c11337b commit 3a513d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
![](fig/res2net.png)
1313

1414
## Plan
15-
-[X] add Res2Net bolock
16-
-[X] add Adaptive-Convolution
17-
-[X] Train on Cifar/Imagenet
15+
1. add Res2Net bolock (done)
16+
2. add Adaptive-Convolution (done)
17+
3. Train on Cifar/Imagenet
1818

1919
### Usage
2020

@@ -30,4 +30,4 @@ model = se_resnet50()
3030

3131
## Reference:
3232
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)
33+
2. AdaptiveCov: Offical tensorflow implementation[here](https://github.com/wanggrun/Adaptively-Connected-Neural-Networks)

0 commit comments

Comments
 (0)