Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leaderj1001 authored Oct 19, 2020
1 parent b0990d3 commit 7434f74
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ def get_n_params(model):
return pp

model = LambdaResNet50()
print(get_n_params(model)) # 16.6M / 15M(Paper)
print(get_n_params(model)) # 14.9M (Ours) / 15M(Paper)

model = LambdaResNet152()
print(get_n_params(model)) # 37.4M (Ours) / 35M (Paper)
print(get_n_params(model)) # 32.8M (Ours) / 35M (Paper)
```

## Parameters
Expand Down Expand Up @@ -55,3 +55,6 @@ print(get_n_params(model)) # 37.4M (Ours) / 35M (Paper)
| 8 | 8 | 4 | 15.3 | 15.26 |
| 8 | 8 | 8 | 16.0 | 16.0 |
| 16 | 4 | 4 | 16.0 | 16.0 |

## Experimnets (CIFAR10)
- Work In Process

0 comments on commit 7434f74

Please sign in to comment.