HMAN icon indicating copy to clipboard operation
HMAN copied to clipboard

Thanks for your code ,I have a question that how to reduce the 768 embedding to 300,and maintain semantic similarity,I don't find it in your code

Open Aristomd opened this issue 4 years ago • 1 comments

Aristomd avatar Jun 04 '20 05:06 Aristomd

Hi, sorry for late reply.

Basically, there's one more FC layer to reduce the dimensionality:
https://github.com/Impavidity/relogic/blob/d8197cdfcf035c156fd0f91c23195cdef6fbea03/relogic/logickit/modules/representation_module.py#L10

h324yang avatar Sep 08 '20 17:09 h324yang