Ablation Study
Closed this issue · 2 comments
mariosvlachoulis commented
Hi! Great work and approach.
Is it possible to include the code for the alternative architectures used for the ablation study? Thanks!
linfengWen98 commented
The code has been updated. The inverted residual is based on Mobilenetv2. The MLP is implemented with InvConv2d.
For other architectures, just change the hyperparameters or annotation the code.
mariosvlachoulis commented
Great. Thanks a lot!