Skip to main content

Cool package for robust AI

Project description

Installation

Robbytorch requires Pytorch, however it's not specified in the dependencies - we recommend installing Pytorch manually via conda and only later installing Robbytorch by pip. Pytorch has to be in version 1.6 or higher.

Use your conda env or create a new one:

conda create --name <ENV NAME> python=3.8 pip
conda activate <ENV NAME>

Install Pytorch. If you have older drivers for GPU you may require older version of CUDA, i.e.:

conda install pytorch torchvision torchaudio cudatoolkit=10.1 -c pytorch -c conda-forge

or even older Pytorch version:

conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=10.1 -c pytorch

Then run:

pip install robbytorch

Usage

The basics of the Robbytorch library are explained in the ipython/RobbytorchTutorial.ipynb juputer notebook.

TODO

  • Streamline logging - currently we need to pass arguments to MLFLowWriter at init which we want to do outside of the Trainer#train_model function to keep reference to the Writer instance. We'd like to invent better flow that would allow us to pass config dict just once;
  • Create helper for iterating over rows and cols and printing tensor:
diffs = show - show.roll(shifts=1, dims=0)

cols, rows = 3, 6
for i in range(rows):
    curr = (show[i*cols:(i+1)*cols])
    diff = vis_grad(diffs[i*cols:(i+1)*cols])
    robby.get_image_table(curr, diff, size=(10,10))

robby.widen_outputs()

Packaging

Development mode

Run from this repository's root dir:

python setup.py develop

Now you can use the package as if it was installed by pip.

When you’re done with a given development task, you can remove the project source from a staging area using:

python setup.py develop --uninstall

Creating python package

Use this tutorial. In short:

  1. put your source files into src/<PACKAGE NAME>/ dir and create files: src/<PACKAGE NAME>/__init__.py, setup.py, pyproject.toml, README.md and LICENSE (also optionally an empty test dir)
  2. install required packages:
python3 -m pip install --upgrade twine build
  1. build the package, i.e. run from root folder:
python3 -m build
  1. upload the package:
python3 -m twine upload dist/*

In order to perform the last step you need to have a https://pypi.org/ account and create the API token, which could be conveniently placed in $HOME/.pypirc:

[pypi]
  username = __token__
  password = pypi-<API TOKEN>

Warnings:

If you update the package you should increment the version param in setup.py and empty the dist dir.

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

robbytorch-0.4.1.tar.gz (36.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

robbytorch-0.4.1-py3-none-any.whl (39.6 kB view details)

Uploaded Python 3

File details

Details for the file robbytorch-0.4.1.tar.gz.

File metadata

  • Download URL: robbytorch-0.4.1.tar.gz
  • Upload date:
  • Size: 36.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for robbytorch-0.4.1.tar.gz
Algorithm Hash digest
SHA256 3f4240609814510f4fc1c8d6299c59232f0efb12f29e01160e73b94cb9efb3e1
MD5 03165813b87b931c13ef4c87a339b34b
BLAKE2b-256 a20d7b6d5ced5566cf368692bd469d7c42159ff5f2480d458ae0a6bf53cfea2e

See more details on using hashes here.

File details

Details for the file robbytorch-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: robbytorch-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 39.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for robbytorch-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bf0b9c7df8cfb29ae7cd9a2b289e8d37d2388c2ad31a2188a6a67441035dd54a
MD5 88cad888cc5bb3d04284c68fb61c9c8b
BLAKE2b-256 cdad8a9e2d27fb4672484164d952e034611e8a4022738893abe30dbc3be867f7

See more details on using hashes here.

Supported by

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