Skip to content

Implement one-padding and reduce number of SE blocks for QuickNet#136

Merged
lgeiger merged 4 commits into
masterfrom
quicknet-one-padding
Mar 20, 2020
Merged

Implement one-padding and reduce number of SE blocks for QuickNet#136
lgeiger merged 4 commits into
masterfrom
quicknet-one-padding

Conversation

@koenhelwegen
Copy link
Copy Markdown
Contributor

This PR introduces one-padding for QuickNet and QuickNet large, and reduces the number of squeeze & excite blocks on QuickNet Large. This leads to faster inference times at no cost in accuracy.

The new benchmark results are described in larq/compute-engine#294.

The new model files are released in:

Copy link
Copy Markdown
Member

@lgeiger lgeiger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a few minor comments for improved readability

Comment thread larq_zoo/sota/quicknet_large.py Outdated
Comment thread larq_zoo/sota/quicknet_large.py Outdated
Comment thread larq_zoo/sota/quicknet_large.py Outdated
Koen Helwegen and others added 2 commits March 20, 2020 13:11
Co-Authored-By: Lukas Geiger <lgeiger@users.noreply.github.com>
Copy link
Copy Markdown
Member

@lgeiger lgeiger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you upload the json model architectures (model.to_json()) to the releases as well, so the netron graph is up to date.

This requires updating this line and this one

@koenhelwegen koenhelwegen requested a review from lgeiger March 20, 2020 13:41
@lgeiger lgeiger added the feature New feature or request label Mar 20, 2020
@lgeiger lgeiger merged commit d3e96b1 into master Mar 20, 2020
@lgeiger lgeiger deleted the quicknet-one-padding branch March 20, 2020 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants