MatchingNetworks icon indicating copy to clipboard operation
MatchingNetworks copied to clipboard

Asking why support set images are fed into convolutional neural networks and the role played by bi-LSTM?

Open Hjwinging opened this issue 2 years ago • 0 comments

Thank you for sharing your code. I have a question here about the Omniglot dataset test, where the support set is coded with a convolutional neural network, followed by the convolutional coding of the target dataset images. At this time I output the results and find that the support set images have specific values, while the target dataset images are 0, -1, 2, etc. with 0 after the decimal point. and the embedding vectors are fed into the bi-LSTM afterwards, I don't see what the bi-LSTM does.

image

image

Hjwinging avatar Jun 07 '23 11:06 Hjwinging