Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
albanie committed Sep 7, 2017
1 parent 243a7f2 commit c06235a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ Each of the Squeeze-and-Excitation networks released by the authors has been imp

[SE Networks](http://www.robots.ox.ac.uk/~albanie/models.html#se-models)

The `run_se_benchmarks.m` script will evaluate each of these models on the ImageNet validation set. It will download the models automatically if you have not already done so (note that these evaluations require a copy of the imagenet data).
The `run_se_benchmarks.m` script will evaluate each of these models on the ImageNet validation set. It will download the models automatically if you have not already done so (note that these evaluations require a copy of the imagenet data). The accuracy of each pretrained model can also be found [here](http://www.robots.ox.ac.uk/~albanie/models.html#se-models).

The result of this evaluation for each pretrained model can also be found [here](http://www.robots.ox.ac.uk/~albanie/models.html#se-models).

To relative computational burdens of the models are estimated below:
To give some idea of the relative computational burdens of model, esimates are provided below:


| model | input size | param memory | feature memory | flops |
Expand All @@ -36,9 +34,8 @@ To relative computational burdens of the models are estimated below:
| [SE-BN-Inception](reports/SE-BN-Inception.md) | 224 x 224 | 46 MB | 43 MB | 2 GFLOPs|


Each is number corresponds to a single element batch. This table was computed
with [convnet-burden](https://github.com/albanie/convnet-burden) (which contains a list of the assumptions used to perform
the estimate). Clicking on the model name should give more details.
Each estimate corresponds to computing a single element batch. This table was generated
with [convnet-burden](https://github.com/albanie/convnet-burden) - the repo has a list of the assumptions used produce estimations. Clicking on the model name should give a more detailed breakdown.


### Installation
Expand Down

0 comments on commit c06235a

Please sign in to comment.