linfengWen98/CAP-VSTNet

Ablation Study

Closed this issue · 2 comments

Hi! Great work and approach.
Is it possible to include the code for the alternative architectures used for the ablation study? Thanks!

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.

Great. Thanks a lot!