Bjarten / early-stopping-pytorch

Early stopping for PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: packaging

jamesbraza opened this issue · comments

Packaging is pretty easy these days, just add a pyproject.toml. It would be cool to add one to this repo.

Then, people can at least pip install directly from GitHub like so:

pip install git+ssh://git@github.com/Bjarten/early-stopping-pytorch.git

Hey, I made a fork of the repo with proper installation setup: https://github.com/V0XNIHILI/early-stopping