| Name | jaxili JSON |
| Version |
0.0.1
JSON |
| download |
| home_page | None |
| Summary | This package provides tools to execute and implement Implicit Likelihood Inference tools in JAX. |
| upload_time | 2024-09-04 09:37:06 |
| maintainer | None |
| docs_url | None |
| author | Sacha Guerrini |
| requires_python | <3.11,>=3.10 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# JaxILI
This is a package to run Neural Density Estimation using Jax.
**Work is still in progress**
## Installation
To install the package, clone the repository and create a conda environment using `conda_env.yml`.
```bash
git clone https://github.com/sachaguer/jaxili.git
cd jaxili
conda env create -f conda_env.yml
```
You can then use pip to install the library in your conda environment.
```bash
conda activate jaxili
pip install .
```
Raw data
{
"_id": null,
"home_page": null,
"name": "jaxili",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.11,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Sacha Guerrini",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/8c/06/0eb2ba0fedae395a7f973eca393f79592e94ed9be9e15dd1e519c2983403/jaxili-0.0.1.tar.gz",
"platform": null,
"description": "# JaxILI\n\nThis is a package to run Neural Density Estimation using Jax.\n\n**Work is still in progress**\n\n## Installation\n\nTo install the package, clone the repository and create a conda environment using `conda_env.yml`.\n\n```bash\ngit clone https://github.com/sachaguer/jaxili.git\ncd jaxili\nconda env create -f conda_env.yml\n```\n\nYou can then use pip to install the library in your conda environment.\n\n```bash\nconda activate jaxili\npip install .\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "This package provides tools to execute and implement Implicit Likelihood Inference tools in JAX.",
"version": "0.0.1",
"project_urls": {
"Repository": "https://github.com/sachaguer/jaxili"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "75ffd1ec586c321eefb8e96657ae79d236a4a3a766c50776e20022ee768e58e8",
"md5": "3cded56ba263ae21853b5b8cce1a131a",
"sha256": "63067acf7f4ef8f7f2fcc79ca849372b069e912fcfcf2ad62d4a0bef571e9c87"
},
"downloads": -1,
"filename": "jaxili-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3cded56ba263ae21853b5b8cce1a131a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.11,>=3.10",
"size": 17112,
"upload_time": "2024-09-04T09:37:04",
"upload_time_iso_8601": "2024-09-04T09:37:04.988121Z",
"url": "https://files.pythonhosted.org/packages/75/ff/d1ec586c321eefb8e96657ae79d236a4a3a766c50776e20022ee768e58e8/jaxili-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8c060eb2ba0fedae395a7f973eca393f79592e94ed9be9e15dd1e519c2983403",
"md5": "ce9c7d6024b07a583e5e319b23f3b96e",
"sha256": "1a930b4f1d2f2e542f414317bd38c1f12531107441ca7ca0e6b3d8e11cf09fff"
},
"downloads": -1,
"filename": "jaxili-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "ce9c7d6024b07a583e5e319b23f3b96e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.11,>=3.10",
"size": 15966,
"upload_time": "2024-09-04T09:37:06",
"upload_time_iso_8601": "2024-09-04T09:37:06.396425Z",
"url": "https://files.pythonhosted.org/packages/8c/06/0eb2ba0fedae395a7f973eca393f79592e94ed9be9e15dd1e519c2983403/jaxili-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-04 09:37:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sachaguer",
"github_project": "jaxili",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "jaxili"
}