Skip to main content

Setup and train deep nets with PyTorch. Opinionated and Simple.

Project description

Configure and train PyTorch models with a lot of the details already or partially implemented.

DISCLAIMER: This repo is used for my research. New versions are not necessarily backwards compatible. The API is subject to change at a moment's notice. If you happen to use it in your research or work, make sure in your requirements.txt to pin the version or reference the specific commit you used so you don't suffer unwanted surprises.

Install

pip install --upgrade simplepytorch

Try an example

Download and extract DRIVE dataset to ./data/DRIVE

 $ ls data/DRIVE 
test  test.zip  training  training.zip

Run an experiment, and give it a name.

$ python examples/simple_example.py  --experiment_id test_experiment_1 --epochs 10

$ ls results/test_experiment_1
checkpoints  log  perf.csv

Look at training curves (note: demo only runs for 2 epochs)

simplepytorch_plot test_experiment  --mode1-subplots

Run demo, with (customizable) guarantees that code completes exactly once and distributes jobs across GPUs. (note: uses Redis database to temporarily monitor current jobs).

redis-server  # must be installed to use the default example
./bin/example_experiments.sh

Use hyperparameter optimization with Ray Tune library.

pip install -U "simplepytorch[ray]"

python examples/hyperparam_opt.py  --experiment_id test_hyperband_1

Datasets:

The library provides PyTorch Dataset implementations for different datasets.

To use the pre-defined dataset classes, you must download the data and unzip it yourself. Consult Dataset class docstring for usage details.

import simplepytorch.datasets as D

dset = D.RITE(use_train_set=True)
dset[0]

For example, some downloaded datasets I use have the following structure:

 $ ls data/{arsn_qualdr,eyepacs,messidor,IDRiD_segmentation,RITE}
data/IDRiD_segmentation:
'1. Original Images'  '2. All Segmentation Groundtruths'   CC-BY-4.0.txt   LICENSE.txt

data/RITE:
AV_groundTruth.zip  introduction.txt  read_me.txt  test  training

data/arsn_qualdr:
README.md  annotations  annotations.zip  imgs1  imgs1.zip  imgs2  imgs2.zip

data/eyepacs:
README.md                 test          test.zip.003  test.zip.006  train.zip.001  train.zip.004
sample.zip                test.zip.001  test.zip.004  test.zip.007  train.zip.002  train.zip.005
sampleSubmission.csv.zip  test.zip.002  test.zip.005  train         train.zip.003  trainLabels.csv.zip

data/messidor:
Annotation_Base11.csv  Annotation_Base21.csv  Annotation_Base31.csv  Base11  Base21  Base31
Annotation_Base12.csv  Annotation_Base22.csv  Annotation_Base32.csv  Base12  Base22  Base32
Annotation_Base13.csv  Annotation_Base23.csv  Annotation_Base33.csv  Base13  Base23  Base33
Annotation_Base14.csv  Annotation_Base24.csv  Annotation_Base34.csv  Base14  Base24  Base34

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplepytorch-1.0.0.tar.gz (61.2 kB view details)

Uploaded Source

Built Distribution

simplepytorch-1.0.0-py3-none-any.whl (72.0 kB view details)

Uploaded Python 3

File details

Details for the file simplepytorch-1.0.0.tar.gz.

File metadata

  • Download URL: simplepytorch-1.0.0.tar.gz
  • Upload date:
  • Size: 61.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.5

File hashes

Hashes for simplepytorch-1.0.0.tar.gz
Algorithm Hash digest
SHA256 43c508e6b97f22337d5b3340b3b9942138346a1cfe83070897934b593f986713
MD5 048562210968a9a424c7edd789f8eb3e
BLAKE2b-256 7850d98442372041d50ff35d683ef46ebe12992ed4e80b6a752918413dcff68d

See more details on using hashes here.

File details

Details for the file simplepytorch-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: simplepytorch-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 72.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.5

File hashes

Hashes for simplepytorch-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 815ff014304a71b253c2edc427c422f3968fd28871cff4afe8521f17f4aa3d96
MD5 3f3758c97a471f73e025b17867010904
BLAKE2b-256 943fba573268968125b8f3af111b9ff9bf3abb63507adda6127b13bbb8a61332

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page