Skip to content

fix(data): fix augmented data shape#1

Open
helloeve wants to merge 2 commits into
markdtw:masterfrom
helloeve:master
Open

fix(data): fix augmented data shape#1
helloeve wants to merge 2 commits into
markdtw:masterfrom
helloeve:master

Conversation

@helloeve

@helloeve helloeve commented Feb 2, 2019

Copy link
Copy Markdown

Hi @markdtw , thank you for the clean and readable implementation for matching network. I was trying to reuse the repo for some experiments and realize there is a tiny issue with regard to the shape of the input data.

If I understand it correctly, the data augmentation will actually create 20 * 4 samples per class. However, current implementation will only consider the top 20 examples during training and testing. This PR just simply fix the issue to reach similar performance as obtained from other implementation.

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

Successfully merging this pull request may close these issues.

1 participant