# :fire: `ebtorch` <a href="https://ballarin.cc/cdn/ebtorch_dalle2.png"><img src="https://ballarin.cc/cdn/ebtorch_dalle2.png" align="right" height="139" /></a>
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
```
Raw data
{
"_id": null,
"home_page": "https://github.com/emaballarin/ebtorch",
"name": "ebtorch",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "Deep Learning, Machine Learning",
"author": "Emanuele Ballarin",
"author_email": "emanuele@ballarin.cc",
"download_url": "https://files.pythonhosted.org/packages/05/d8/c79603a005a6823d52e7f34f30e2a371bec162505cceb28bafefd09ccc75/ebtorch-0.30.1.tar.gz",
"platform": null,
"description": "# :fire: `ebtorch` <a href=\"https://ballarin.cc/cdn/ebtorch_dalle2.png\"><img src=\"https://ballarin.cc/cdn/ebtorch_dalle2.png\" align=\"right\" height=\"139\" /></a>\n\nCollection of [PyTorch](https://pytorch.org/) additions, extensions, utilities, *uses and abuses*.\n\n---\n\n### Getting started\n\nDue to the dependency of `ebtorch` on:\n- the latest (unpublished) upstream version of [AdverTorch](https://github.com/BorealisAI/advertorch);\n- [TorchAttacks](https://github.com/Harry24k/adversarial-attacks-pytorch), which in turn depends (probably too tightly) on `requests~=2.25.1`,\n\nthe recommended way of installing `ebtorch`, at the moment, is the following:\n\n```bash\npip install --upgrade \"ebtorch>=0.25.9\" \"git+https://github.com/BorealisAI/advertorch.git\" \"requests>=2.28\"\n```\n\nWithin [Google Colab](https://colab.research.google.com), it can be installed (together with all missing dependencies) with:\n\n```jupyter\n!pip install \"fire>=0.6\" \"medmnist>=3\" \"torchattacks>=3.5.1\" \"git+https://github.com/BorealisAI/advertorch.git\" \"ebtorch>=0.25.9\" --no-deps\n```\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Collection of PyTorch additions, extensions, utilities, uses and abuses",
"version": "0.30.1",
"project_urls": {
"Homepage": "https://github.com/emaballarin/ebtorch"
},
"split_keywords": [
"deep learning",
" machine learning"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "730c77e65881233d888a138f892412700383bbe2ed41da9bae6d39d1155f50ab",
"md5": "fac7ce3173f68be130b5be74a9c8048f",
"sha256": "7c95858bc84a0ea58a2dd052e2b746231e9a68ca43bf7ab62b79acf6b65fc24d"
},
"downloads": -1,
"filename": "ebtorch-0.30.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fac7ce3173f68be130b5be74a9c8048f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 110542,
"upload_time": "2025-02-21T06:59:30",
"upload_time_iso_8601": "2025-02-21T06:59:30.749235Z",
"url": "https://files.pythonhosted.org/packages/73/0c/77e65881233d888a138f892412700383bbe2ed41da9bae6d39d1155f50ab/ebtorch-0.30.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "05d8c79603a005a6823d52e7f34f30e2a371bec162505cceb28bafefd09ccc75",
"md5": "b9364e3215fe3651cc16d3e1b7976bd5",
"sha256": "7d8abfa8144ccb85727a4b1642d7acae0ddb45132b59558e47467154f4bed6b6"
},
"downloads": -1,
"filename": "ebtorch-0.30.1.tar.gz",
"has_sig": false,
"md5_digest": "b9364e3215fe3651cc16d3e1b7976bd5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 76233,
"upload_time": "2025-02-21T06:59:33",
"upload_time_iso_8601": "2025-02-21T06:59:33.104865Z",
"url": "https://files.pythonhosted.org/packages/05/d8/c79603a005a6823d52e7f34f30e2a371bec162505cceb28bafefd09ccc75/ebtorch-0.30.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-21 06:59:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "emaballarin",
"github_project": "ebtorch",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "advertorch",
"specs": [
[
">=",
"0.2.4"
]
]
},
{
"name": "httpx",
"specs": [
[
">=",
"0.27"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.8"
]
]
},
{
"name": "medmnist",
"specs": [
[
">=",
"2.2.3"
]
]
},
{
"name": "numpy",
"specs": [
[
">=",
"1.24"
]
]
},
{
"name": "pillow",
"specs": [
[
">=",
"10.3.0"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.25"
]
]
},
{
"name": "safe_assert",
"specs": [
[
">=",
"0.5"
]
]
},
{
"name": "thrmt",
"specs": [
[
">=",
"0.0.6"
]
]
},
{
"name": "torch",
"specs": [
[
">=",
"2.5"
]
]
},
{
"name": "torch-lr-finder",
"specs": [
[
">=",
"0.2.1"
]
]
},
{
"name": "torchattacks",
"specs": [
[
">=",
"3.5.1"
]
]
},
{
"name": "torchvision",
"specs": [
[
">=",
"0.15"
]
]
},
{
"name": "tqdm",
"specs": [
[
">=",
"4.65"
]
]
}
],
"lcname": "ebtorch"
}