Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emaballarin/ebtorch

🤓🔥 Collection of PyTorch additions, extensions, utilities, uses and abuses
https://github.com/emaballarin/ebtorch

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

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# :fire: `ebtorch`

Collection of [PyTorch](https://pytorch.org/) additions, extensions, utilities, *uses and abuses*.

---

### Getting started

Due to the dependency of `ebtorch` on:
- the latest (unpublished) upstream version of [AdverTorch](https://github.com/BorealisAI/advertorch);
- [TorchAttacks](https://github.com/Harry24k/adversarial-attacks-pytorch), which in turn depends (probably too tightly) on `requests~=2.25.1`,

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

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

Within [Google Colab](https://colab.research.google.com), it can be installed (together with all missing dependencies) with:

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