-
Notifications
You must be signed in to change notification settings - Fork 197
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
output layer only 'Linear Layer'? #64
Comments
you mean max pooling? |
Can I take this up as my first issue? Please guide me how to start? |
I use this code to do text-matching task. I want to add a layer to calculate the cosine distance and output the result that the minimum cosine distance. I want to know how to add one layer I define it myself. Thank you! |
You can try to add one new block in block_zoo. |
I am reading the code. Please give me some time. I am trying out
…On Jun 17, 2019 5:38 PM, "L.J. SHOU" ***@***.***> wrote:
You can try to add one new block in block_zoo.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#64?email_source=notifications&email_token=AI4LZ25UBOES2HTETNLDHF3P255ETA5CNFSM4HWQB7Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX26XRY#issuecomment-502655943>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI4LZ2ZCRT62HN355NCY3VTP255ETANCNFSM4HWQB7ZQ>
.
|
@ajialala @ashnakapoor07 you can refer to https://github.com/microsoft/NeuronBlocks/blob/master/Contributing.md about how to add a new block. |
any MaxLayer?
The text was updated successfully, but these errors were encountered: