# :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/7b/f6/e7dbd5e7cd9915770b6df1260aa44822013b47de0d7bbbea40c1dbc6cf5f/ebtorch-0.28.9.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.28.9",
"project_urls": {
"Homepage": "https://github.com/emaballarin/ebtorch"
},
"split_keywords": [
"deep learning",
" machine learning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "470148539e0656e9c1b99cd23957cdef568da058ca7a60e05b39cb61a3ff5f64",
"md5": "405f2ca21c360cbac1afc7d69996c111",
"sha256": "3016ff35b8914f99a0521617ae9d9db550206a74ac153cc064abf1fd814c928f"
},
"downloads": -1,
"filename": "ebtorch-0.28.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "405f2ca21c360cbac1afc7d69996c111",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 108077,
"upload_time": "2024-12-29T20:04:36",
"upload_time_iso_8601": "2024-12-29T20:04:36.830679Z",
"url": "https://files.pythonhosted.org/packages/47/01/48539e0656e9c1b99cd23957cdef568da058ca7a60e05b39cb61a3ff5f64/ebtorch-0.28.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7bf6e7dbd5e7cd9915770b6df1260aa44822013b47de0d7bbbea40c1dbc6cf5f",
"md5": "5d83697c49253780f8bd128b839dcb8d",
"sha256": "f49d99499b4a55f70a04e6e37a3d5a6b7d2afa5cca218f1c184c92de9e512db4"
},
"downloads": -1,
"filename": "ebtorch-0.28.9.tar.gz",
"has_sig": false,
"md5_digest": "5d83697c49253780f8bd128b839dcb8d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 74388,
"upload_time": "2024-12-29T20:04:38",
"upload_time_iso_8601": "2024-12-29T20:04:38.179423Z",
"url": "https://files.pythonhosted.org/packages/7b/f6/e7dbd5e7cd9915770b6df1260aa44822013b47de0d7bbbea40c1dbc6cf5f/ebtorch-0.28.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-29 20:04:38",
"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.5"
]
]
},
{
"name": "torchattacks",
"specs": [
[
">=",
"3.5.1"
]
]
},
{
"name": "torchvision",
"specs": [
[
">=",
"0.15"
]
]
},
{
"name": "tqdm",
"specs": [
[
">=",
"4.65"
]
]
}
],
"lcname": "ebtorch"
}