# :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.11",
"maintainer_email": null,
"keywords": "Deep Learning, Machine Learning",
"author": "Emanuele Ballarin",
"author_email": "emanuele@ballarin.cc",
"download_url": "https://files.pythonhosted.org/packages/03/db/fb67ce3e8ccaf913fd8d98382ee4f0180fab5c46aa77eff56bcdd7cfb848/ebtorch-0.27.0.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.27.0",
"project_urls": {
"Homepage": "https://github.com/emaballarin/ebtorch"
},
"split_keywords": [
"deep learning",
" machine learning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "603336a171709032a8410d2972f313b6d6056141a0142eea17f2dc07951230a7",
"md5": "eadd161a29fde7abccbed1997f1398b1",
"sha256": "ae8bc7544ca36464cbc1c182dcfbf523860e716869e99035f6e21ab3212101b9"
},
"downloads": -1,
"filename": "ebtorch-0.27.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eadd161a29fde7abccbed1997f1398b1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 105810,
"upload_time": "2024-11-02T16:58:01",
"upload_time_iso_8601": "2024-11-02T16:58:01.220681Z",
"url": "https://files.pythonhosted.org/packages/60/33/36a171709032a8410d2972f313b6d6056141a0142eea17f2dc07951230a7/ebtorch-0.27.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "03dbfb67ce3e8ccaf913fd8d98382ee4f0180fab5c46aa77eff56bcdd7cfb848",
"md5": "31ede87daddfdc05731c74cb06afabee",
"sha256": "d0b2de76eca97b4f8f35edcae89800be1917db825bf14dcf0a9d6d1fe568f1a2"
},
"downloads": -1,
"filename": "ebtorch-0.27.0.tar.gz",
"has_sig": false,
"md5_digest": "31ede87daddfdc05731c74cb06afabee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 71132,
"upload_time": "2024-11-02T16:58:02",
"upload_time_iso_8601": "2024-11-02T16:58:02.860624Z",
"url": "https://files.pythonhosted.org/packages/03/db/fb67ce3e8ccaf913fd8d98382ee4f0180fab5c46aa77eff56bcdd7cfb848/ebtorch-0.27.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-02 16:58:02",
"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": "torch-lr-finder",
"specs": [
[
">=",
"0.2.1"
]
]
},
{
"name": "torch",
"specs": [
[
">=",
"2"
]
]
},
{
"name": "torchattacks",
"specs": [
[
">=",
"3.5.1"
]
]
},
{
"name": "torchvision",
"specs": [
[
">=",
"0.15"
]
]
},
{
"name": "tqdm",
"specs": [
[
">=",
"4.65"
]
]
}
],
"lcname": "ebtorch"
}