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

EEC_rec version #2

Open
WesleyHsieh0806 opened this issue Sep 1, 2021 · 0 comments
Open

EEC_rec version #2

WesleyHsieh0806 opened this issue Sep 1, 2021 · 0 comments

Comments

@WesleyHsieh0806
Copy link
Owner

WesleyHsieh0806 commented Sep 1, 2021

v2 Focus on Resnet50
Change the process of encrypt and decrypt

TBMS
Before:
BatchNorm2d -> ReLu -> z -> norm_z -> ECC -> recover_z -> AdaptivePool
MSE is computed between norm_z and recover_z

Now:
BatchNorm2d -> ReLu -> z -> norm_z -> ECC -> norm_recover_z -> recover_z -> ReLu -> AdaptivePool
We will compute the MSE between z and the features before AdaptivePool

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

No branches or pull requests

1 participant