ebtorch


Nameebtorch JSON
Version 0.24.1 PyPI version JSON
download
home_pagehttps://github.com/emaballarin/ebtorch
SummaryCollection of PyTorch additions, extensions, utilities, uses and abuses
upload_time2024-05-09 00:07:13
maintainerNone
docs_urlNone
authorEmanuele Ballarin
requires_python>=3.10
licenseApache-2.0
keywords deep learning machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # :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" "git+https://github.com/BorealisAI/advertorch.git"
pip install --upgrade --no-deps "requests>=2.28"
```

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

```jupyter
!pip install "fire>=0.6" "medmnist>=3" "torchattacks>=3.5.1" "git+https://github.com/BorealisAI/advertorch.git" "ebtorch>=0.24.1" --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/62/38/b70cef1c3b3c3817001d94cdf94b5907d04beb184848f59b20d8111fb48b/ebtorch-0.24.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\" \"git+https://github.com/BorealisAI/advertorch.git\"\npip install --upgrade --no-deps \"requests>=2.28\"\n```\n\nWithin [Google Colab](https://colab.research.google.com), it can be installed (together with all missing dependencies) as:\n\n```jupyter\n!pip install \"fire>=0.6\" \"medmnist>=3\" \"torchattacks>=3.5.1\" \"git+https://github.com/BorealisAI/advertorch.git\" \"ebtorch>=0.24.1\" --no-deps\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Collection of PyTorch additions, extensions, utilities, uses and abuses",
    "version": "0.24.1",
    "project_urls": {
        "Homepage": "https://github.com/emaballarin/ebtorch"
    },
    "split_keywords": [
        "deep learning",
        " machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73a9e4bf961acee062a0e12151791e7afa2723987e1a65983a313ae4b1ab8edf",
                "md5": "b3928eca7558270bfb2707be7d27ec9e",
                "sha256": "4afd64ec4602da08d0f8b8a1a812e4917a12ff0fcdc02a66abd9d630218a2357"
            },
            "downloads": -1,
            "filename": "ebtorch-0.24.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3928eca7558270bfb2707be7d27ec9e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 98779,
            "upload_time": "2024-05-09T00:07:12",
            "upload_time_iso_8601": "2024-05-09T00:07:12.189678Z",
            "url": "https://files.pythonhosted.org/packages/73/a9/e4bf961acee062a0e12151791e7afa2723987e1a65983a313ae4b1ab8edf/ebtorch-0.24.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6238b70cef1c3b3c3817001d94cdf94b5907d04beb184848f59b20d8111fb48b",
                "md5": "7fe46940ec7d0e08d85fae3834ce0226",
                "sha256": "f2d8e6d59d82e1017419357780606a82a86d39669c33a2e72b99f160d63b6c08"
            },
            "downloads": -1,
            "filename": "ebtorch-0.24.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7fe46940ec7d0e08d85fae3834ce0226",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 66069,
            "upload_time": "2024-05-09T00:07:13",
            "upload_time_iso_8601": "2024-05-09T00:07:13.681349Z",
            "url": "https://files.pythonhosted.org/packages/62/38/b70cef1c3b3c3817001d94cdf94b5907d04beb184848f59b20d8111fb48b/ebtorch-0.24.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 00:07:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "emaballarin",
    "github_project": "ebtorch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "ebtorch"
}
        
Elapsed time: 0.25952s