You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: