Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
🤓🔥 Collection of PyTorch additions, extensions, utilities, uses and abuses
- Host: GitHub
- URL: https://github.com/emaballarin/ebtorch
- Owner: emaballarin
- License: mit
- Created: 2021-02-19T19:09:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:36:26.000Z (about 1 year ago)
- Last Synced: 2023-12-16T11:56:59.179Z (about 1 year ago)
- Topics: 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
- Language: Python
- Homepage: https://pypi.org/project/ebtorch
- Size: 1.72 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
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
```