CompactBilinearPooling-Pytorch icon indicating copy to clipboard operation
CompactBilinearPooling-Pytorch copied to clipboard

A Pytorch Implementation for Compact Bilinear Pooling.

Results 4 CompactBilinearPooling-Pytorch issues
Sort by recently updated
recently updated
newest added

rand_h_1 = np.random.randint(output_dim, size=self.input_dim1) and rand_s_1 = 2 * np.random.randint(2, size=self.input_dim1) - 1 in the code seem to be different from the setting of the paper. In the paper, hk...

Could you please add Compact Bilinear Pooling in pytorch1.0+ THS

Hi, Is it possible for you to upgrade the code using pytorch fft. As you own this code, it will be easy for you to do so. Regards,

For multi GPU, it outputs: ``` RuntimeError: arguments are located on different GPUs at /pytorch/torch/lib/THC/generic/THCTensorMathBlas.cu:236 ``` How to fix it?