BaseModelAI / kdd-cup-2021

Apache License 2.0
18 stars 7 forks source link

sketch_depth and sketch_dimension problem #7

Open DawnyWu opened 2 years ago

DawnyWu commented 2 years ago

sorry about my limited english.

I am tring to learn how to use EMDM but have some issues

I have two problems about sketch_depth and sketch_dimension

I expected "codes.shape" is N*sketch_dim but got N*sketch_depth? Is it right?

image

In paper it seems like if you set sketch_dim=256 and sketch_depth=40, you will get embedding shape N (40256)?

image

AdityaSoni19031997 commented 2 years ago

they have generated the DLSH codes "N" times, and then when yous tackt he codes, you get a "N" * 256 dims sketches. Here N was 40.