pytorch / hub

Submission to https://pytorch.org/hub/
1.38k stars 240 forks source link

Add ToqiNet Model to PyTorch Hub #344

Closed tahmeedtoqi closed 3 months ago

tahmeedtoqi commented 3 months ago

Dear PyTorch Hub maintainers,

I am submitting this pull request to add the ToqiNet model to PyTorch Hub. ToqiNet is an advanced deep learning model for image classification tasks, offering exceptional accuracy and efficiency.

Changes:

Added hubconf.py file to the repository to define the entry point for PyTorch Hub. Implemented a Python function in hubconf.py to load the ToqiNet model. Provided necessary dependencies in hubconf.py. Verified the functionality of hubconf.py locally by loading the model using torch.hub.load('username/repo', 'toqinet', pretrained=True). Notes:

The model is loaded manually from the local directory using model = toqinet(pretrained=False) instead of torch.hub.load. This approach ensures compatibility with the existing structure of the model and repository. No pretrained weights are included in this submission. Users can train the model from scratch using the provided implementation. The model architecture and implementation details can be found in the repository's README.md file. Please review and merge this pull request. Thank you for considering the addition of ToqiNet to PyTorch Hub. here is my main Repository: https://github.com/tahmeedtoqi/ToqiNet---v1.1.1.git

Best regards, Tahmeed Al Toqi

facebook-github-bot commented 3 months ago

Hi @tahmeedtoqi!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

netlify[bot] commented 3 months ago

Deploy Preview for pytorch-hub-preview ready!

Name Link
Latest commit 4339e6fd32fcb1e40bfa479e3d750109f599b86d
Latest deploy log https://app.netlify.com/sites/pytorch-hub-preview/deploys/660281c10b972b00089583d9
Deploy Preview https://deploy-preview-344--pytorch-hub-preview.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.