Collection of PyTorch additions, extensions, utilities, uses and abuses


Keywords
Deep, Learning, Machine, artificial-intelligence, artificial-neural-networks, cognitive-computing, deep-learning, deep-neural-networks, experiments, machine-learning, neural-network, neural-networks, neural-representation, neural-representations, neuro-inspired, personal-utilities, pytorch, pytorch-utils
License
Apache-2.0
Install
pip install ebtorch==0.24.2

Documentation

🔥 ebtorch

Collection of PyTorch additions, extensions, utilities, uses and abuses.


Getting started

Due to the dependency of ebtorch on:

  • the latest (unpublished) upstream version of AdverTorch;
  • TorchAttacks, which in turn depends (probably too tightly) on requests~=2.25.1,

the recommended way of installing ebtorch, at the moment, is the following:

pip install --upgrade "ebtorch" "git+https://github.com/BorealisAI/advertorch.git" "requests>=2.28"

Within Google Colab, it can be installed (together with all missing dependencies) with:

!pip install "fire>=0.6" "medmnist>=3" "torchattacks>=3.5.1" "git+https://github.com/BorealisAI/advertorch.git" "ebtorch>=0.24.1" --no-deps