Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dilation for Fully Convolutional Networks #63

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ahundt
Copy link

@ahundt ahundt commented Aug 13, 2019

I've added num_dilation to the global params and dilation to each mbconv block param to add support for dilation of stride 2 layers for use in Fully Convolutional Networks.

This change should be backwards compatible and have no problem loading the existing models.

@ahundt
Copy link
Author

ahundt commented Sep 6, 2019

@lukemelas can you give this a look?

@lukemelas
Copy link
Owner

Yes! Sorry for the delay. I will take a look and probably merge this weekend.

@ahundt
Copy link
Author

ahundt commented Sep 23, 2019

@lukemelas just wanted to follow up because I've got some code I'm releasing soon which depends on this change and people will probably use the wrong version without this merged!

@ahundt
Copy link
Author

ahundt commented Dec 30, 2019

@lukemelas I've updated the branch to match the current master, any chance you can merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants