jax-fcpe


Namejax-fcpe JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/flyingblackshark/jax-fcpe
SummaryJAX Implementation FCPE
upload_time2024-08-15 14:14:16
maintainerNone
docs_urlNone
authorflyingblackshark
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# FCPE jax version 
## This version is working perfectly fine. 😀 
### Original https://github.com/CNChTu/FCPE

# Example
```Python
import jax_fcpe
import jax.numpy as jnp

a = jnp.ones((16000))
f0 = jax_fcpe.get_f0(a,16000)
print(f0)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/flyingblackshark/jax-fcpe",
    "name": "jax-fcpe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "flyingblackshark",
    "author_email": "flyingblackshark <aliu2000@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/ea/0b4e41af9c25d12fae49cc4d09b537cb3dce1c05dd75bc1562b7e32f098f/jax_fcpe-0.0.4.tar.gz",
    "platform": null,
    "description": "\n# FCPE jax version \n## This version is working perfectly fine. \ud83d\ude00 \n### Original https://github.com/CNChTu/FCPE\n\n# Example\n```Python\nimport jax_fcpe\nimport jax.numpy as jnp\n\na = jnp.ones((16000))\nf0 = jax_fcpe.get_f0(a,16000)\nprint(f0)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "JAX Implementation FCPE",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/flyingblackshark/jax-fcpe",
        "Issues": "https://github.com/flyingblackshark/jax-fcpe/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94f4b653261779f8ec44e281869b885d6f8566b2b52b68cdda11386ad64d0762",
                "md5": "d7bba83e1e9671eab6ba725d0caa8d87",
                "sha256": "903e55de796c942e6f9d90ea4d0318189ba1bad00b2c5b025eaef1452dfa0c82"
            },
            "downloads": -1,
            "filename": "jax_fcpe-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d7bba83e1e9671eab6ba725d0caa8d87",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11616,
            "upload_time": "2024-08-15T14:14:15",
            "upload_time_iso_8601": "2024-08-15T14:14:15.567770Z",
            "url": "https://files.pythonhosted.org/packages/94/f4/b653261779f8ec44e281869b885d6f8566b2b52b68cdda11386ad64d0762/jax_fcpe-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48ea0b4e41af9c25d12fae49cc4d09b537cb3dce1c05dd75bc1562b7e32f098f",
                "md5": "3d20d1c0b1194c3a8de324843f192339",
                "sha256": "5519fc8557b7419273d44ec62eb61b9f3a624a8491d6becad8e1a92de67efce2"
            },
            "downloads": -1,
            "filename": "jax_fcpe-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "3d20d1c0b1194c3a8de324843f192339",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11221,
            "upload_time": "2024-08-15T14:14:16",
            "upload_time_iso_8601": "2024-08-15T14:14:16.883597Z",
            "url": "https://files.pythonhosted.org/packages/48/ea/0b4e41af9c25d12fae49cc4d09b537cb3dce1c05dd75bc1562b7e32f098f/jax_fcpe-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-15 14:14:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "flyingblackshark",
    "github_project": "jax-fcpe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jax-fcpe"
}
        
Elapsed time: 1.08496s