early-stopping-pytorch icon indicating copy to clipboard operation
early-stopping-pytorch copied to clipboard

Request: packaging

Open jamesbraza opened this issue 2 years ago • 1 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://[email protected]/Bjarten/early-stopping-pytorch.git

jamesbraza avatar Mar 21 '23 01:03 jamesbraza

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

V0XNIHILI avatar Oct 23 '23 12:10 V0XNIHILI