DEV Community

Bilal Khan
Bilal Khan

Posted on

PyTorch Zoo

My Final Project

My project was PyTorch Zoo, a PyTorch library that I made that contains a collection of useful libraries and tools to help reduce the amount of time people spend searching for high-quality implementations of commonly used machine learning modules and utilities.

Link to Code

GitHub logo bkkaggle / pytorch_zoo

A collection of useful modules and utilities (especially helpful for kaggling) not available in Pytorch

Pytorch Zoo

A collection of useful modules and utilities (especially helpful for kaggle) not available in Pytorch

forthebadge Language grade: Python Total alerts code style: prettier License: MIT PRs Welcome GitHub issues GitHub pull requests GitHub last commit

OverviewInstallationDocumentationContributingAuthorsLicenseAcknowledgements

Made by Bilal Khanhttps://bilal.software

Installation

pytorch_zoo can be installed from pip

pip install pytorch_zoo

Documentation

Notifications

Sending yourself notifications when your models finish training

IFTTT allows you to easily do this. Follow https://medium.com/datadriveninvestor/monitor-progress-of-your-training-remotely-f9404d71b720 to setup an IFTTT webhook and get a secret key.

Once you have a…

How I built it (what's the stack? did I run into issues or discover something new along the way?)

I built this project using Python and Pytorch, a commonly used library used for training neural networks. I open-sourced the project on GitHub and you can download it from PyPi by running the command pip install pytorch_zoo

Top comments (0)