-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add Siamese Network example #645
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
Comments
Hi @piyush01123 you're welcome to try producing an example, I'd suggest taking a look at existing examples to see how to get going |
I'll submit a PR in a couple of days for this in accordance with the existing examples of this repo. |
I have implemented Siamese Network example in this PR #1003 |
I suggest closing this issue as #1003 has been merged to master. Thanks, @msaroufim for the feedback! I can make another example that aligns with what the issue is suggesting in the matter of using a more proper dataset, TripletLoss, and implementing a simple CNN rather than ResNet18 which was used in #1003 implementation. |
Hi, I want to add an example for Siamese network, since it is one of the popular use cases in ML. I am thinking of implementing it in a way similar to other examples viz. command line arguments to choose which dataset to train, hyperparameters etc.
Is there something I need to keep in mind specifically apart from these:
Is this something that is worth adding to the repository.
The text was updated successfully, but these errors were encountered: