jnhwkim / cbp

Multimodal Compact Bilinear Pooling for Torch7
Other
68 stars 23 forks source link

Add some convenient function #4

Closed chingyaoc closed 8 years ago

chingyaoc commented 8 years ago

Hi all, I tried to use cbp in my model and found out some problems, "The parameter in count sketch projection function must be the same in training and evaluation phase." So I create two simple function which is useful for this kind of situation, sampleFrom() and getHS() which help us get or use certain value of sketch projection function.

jnhwkim commented 8 years ago

@JamesChuanggg The branch has a conflict. Can you check this? And, I want to keep README.md as appeared. Users can track the modification history using git log.