Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency between code and paper description #58

Open
TanMing11 opened this issue Jan 13, 2024 · 1 comment
Open

Inconsistency between code and paper description #58

TanMing11 opened this issue Jan 13, 2024 · 1 comment

Comments

@TanMing11
Copy link

In the description of section 3.1.1, "Differently, we remove the last batch normalization [12] and ReLU lay�ers [18] in the encoder, as the ReLU cuts off negative values, restricting diverse feature representations. We instead add an L2 normalization layer to make the features have a common scale" But, the code just removes the BN and Relu Layres, no add L2 normalization layer? how to do this add operation?

@crazyn2
Copy link

crazyn2 commented Jan 23, 2024

Not only that, the memory module does not align with the description in the paper. The ROC score is significantly influenced by the batch size; if the batch size is not 1, the results would deteriorate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants