CNN_sentence icon indicating copy to clipboard operation
CNN_sentence copied to clipboard

how about the size of feature map?

Open amanchuan opened this issue 7 years ago • 1 comments

hello kim. I have an issue about the size of feature map when reading your paper. In your paper, you had used two filters with windows size in 2 and 3. And the representation matrix size of sentence is 9 x K. As a general convolution operate, the size of feature map equals to 9-2+1=8 (with the small filter) while the size in your paper is 7. So can you give some details?

amanchuan avatar Nov 27 '17 06:11 amanchuan

If your data is embedded and labels are available, you can use the following repository: https://github.com/ms-unlimit/Transformer-Based-Machine-Learning-Framework

self-ms avatar Nov 13 '23 10:11 self-ms