CrossMLP icon indicating copy to clipboard operation
CrossMLP copied to clipboard

The repository offers the official implementation of our BMVC 2021 paper (oral) in PyTorch.

Results 1 CrossMLP issues
Sort by recently updated
recently updated
newest added

When I read your code, I see this function ```def build_conv_block(self, dim, padding_type, norm_layer, use_dropout, use_bias, cated_stream2=False, cal_att=False)``` Can you explain two params ```cated_stream2``` and ```cal_att```? Thank you so much.