tensorwrap

View on PyPIReverse Dependencies (0)

0.0.1.5 tensorwrap-0.0.1.5-py3-none-any.whl

Wheel Details

Project: tensorwrap
Version: 0.0.1.5
Filename: tensorwrap-0.0.1.5-py3-none-any.whl
Download: [link]
Size: 26531
MD5: 643924506a69160291066699448a7d9d
SHA256: a66d12dcc5c9655a94869bef81f0c302da0f10c4a2214ebc17b88c96ab903215
Uploaded: 2023-08-25 16:36:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tensorwrap
Version: 0.0.1.5
Summary: TensorWrap: A high level TensorFlow wrapper for JAX.
Author: Lelouch
Author-Email: ImpureK[at]gmail.com
Home-Page: https://github.com/Impure-King/base-tensorwrap
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: numpy (>=1.12)
Requires-Dist: jax (>=0.3.16)
Requires-Dist: jaxlib
Requires-Dist: dill
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: jaxtyping
Requires-Dist: optax
Requires-Dist: tensorflow-datasets
Requires-Dist: atari-py (==0.2.5); extra == "testing"
Requires-Dist: clu; extra == "testing"
Requires-Dist: gym (==0.18.3); extra == "testing"
Requires-Dist: jaxlib; extra == "testing"
Requires-Dist: jraph (>=0.0.6dev0); extra == "testing"
Requires-Dist: ml-collections; extra == "testing"
Requires-Dist: mypy; extra == "testing"
Requires-Dist: opencv-python; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-custom-exit-code; extra == "testing"
Requires-Dist: pytest-xdist (==1.34.0); extra == "testing"
Requires-Dist: pytype; extra == "testing"
Requires-Dist: sentencepiece; extra == "testing"
Requires-Dist: tensorflow-text (>=2.4.0); extra == "testing"
Requires-Dist: tensorflow-datasets; extra == "testing"
Requires-Dist: tensorflow; extra == "testing"
Requires-Dist: torch; extra == "testing"
Provides-Extra: testing
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6345 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tensorwrap/__init__.py sha256=Ajl8q5Nyzoj4q6hGIFGuwowrMhJEV9OQGma7b1pCZaU 1686
tensorwrap/config.py sha256=wwbPWLaYKAXAOO7I_IqpwBZ7z_CRT5FSzhI6SFTmd5Y 769
tensorwrap/data.py sha256=Q63usluMRGtvOMllEVbv3esBUzPE4ieFjwge6RFIwOo 258
tensorwrap/module.py sha256=XsRh8vQscfjFXncZrZl_qr7kXwE1RF7r8g2pXE-2D-A 2924
tensorwrap/ops.py sha256=TxrvjL24J7wzNXVeib1_OsDlBiT-zwG7hD3mSFJmUVU 663
tensorwrap/test.py sha256=SrPevYpNHdKoa0nz6WDq-FXKGDYI9KBjoPADR-TI4gc 448
tensorwrap/version.py sha256=ue2Hj3XZiKIWS0DoWJdIzBMeOqYgwIHwnLAYiKkYeIw 110
tensorwrap/core/__init__.py sha256=EV0nEx8u9d3ost61i6gCaWDwUFtio6nfD7sKZpItM8U 20
tensorwrap/core/losses/__init__.py sha256=FtMaAjJtp3p3BcDnD_XlIRrNoJTRpRO01T5njqtL_So 107
tensorwrap/core/losses/categorical.py sha256=IO02i9-3jnLCPMEqvB7v49tpjYSzFJd1S4MxC6nrhRo 419
tensorwrap/core/losses/mean.py sha256=3h2k1apEG4vbzLWtPZrCcIZkwp47xdUNayJkzg_J0Gs 274
tensorwrap/experimental/__init__.py sha256=DFP_vB_KjtUw4rJhuQL4a6McMe1UlVTu0ENny7rk2jw 151
tensorwrap/experimental/serialize.py sha256=Q7mZf33iwfdUEsZoReQldEYorXDMx09T4c9o-5gElmo 587
tensorwrap/experimental/wrappers.py sha256=ttOmUPKvUYKV7USovpSWK21d8OZesJE7pOBGk2a1cdI 244
tensorwrap/experimental/data/__init__.py sha256=2mElrRDKreJV3xqR3s83QqCHfhpFqYXNg-8aS_PrMWc 31
tensorwrap/experimental/data/arraybased.py sha256=wQQVXMU3kFhkF25lpZawfYD_lFKFXyP-PpQdiTFV6Zs 888
tensorwrap/nn/__init__.py sha256=RZt277XXEe74eVDzkDL2-PQ6_WmZ-ZaaCVRbanueHK4 562
tensorwrap/nn/callbacks.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tensorwrap/nn/checkpoints.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tensorwrap/nn/activations/__init__.py sha256=nHu_hd9SIGPIuso59tw3u_mCTRnto5NQezQjhm8QJTw 55
tensorwrap/nn/activations/base.py sha256=K_0RsZgQDf8cJBtolq33uBj4slKjBwZSK7ru34n4pls 1402
tensorwrap/nn/initializers/__init__.py sha256=LfHtY0Y3rXbdatAnrZelrFnprlo5ye737lr4wQijRq0 604
tensorwrap/nn/initializers/base.py sha256=QeMNG_NN5Y306zhXmaVIZhX3kPz-HgEMe__2NZVn7Fk 124
tensorwrap/nn/layers/__init__.py sha256=72aM-95wr11Tsmw1NsBpepRN905zSfgKA9x4QcxD5SE 125
tensorwrap/nn/layers/base.py sha256=XJZwH6FLc7eSdwK0o3T157GPLt8wv1JWbrYDKRwv_e8 4489
tensorwrap/nn/layers/lambda_layers.py sha256=_6ZeaE4Th-uh4achSf7lBpesw2HnEyxfwt7Brl4fBY8 629
tensorwrap/nn/losses/__init__.py sha256=1hm2QJGy7LqZgljsYqGTZA1wcYo3Yi-KQmaagTGsLbk 156
tensorwrap/nn/losses/base.py sha256=gkTpK_YNkQ9ya2zILswjCMbAr41Je6cwOUkeN06S6rM 371
tensorwrap/nn/losses/categorical.py sha256=ys2wc-RLrF1hUpvD7gNvmYS4VsEA6r2-J8IXIzscmfA 585
tensorwrap/nn/losses/mean.py sha256=V9HmLWhIv2TvmM0Y1om5zqA-Ztel69Pdv7dKq8NSqsU 697
tensorwrap/nn/losses/metrics.py sha256=-WqwkWQrJ3qFlb-eOkSjgRk1qwrEGCYNiyvhXvNWqK4 918
tensorwrap/nn/models/__init__.py sha256=KA1sWSqhyR3Zdh8tbzdlwS1DxQyTJhkLIiAiMXyTT44 102
tensorwrap/nn/models/base.py sha256=uxfTxFJvzKcxtL6v17ITYtnH_FB9RDPWc61xZX30m-k 8855
tensorwrap/nn/models/train.py sha256=8YV_wcMIn6nwlNATxPbNI1u332wnWTCwKph1IlQiPG0 71
tensorwrap/nn/optimizers/__init__.py sha256=Cg4vb5fXIR7cipNO2PEYLhw3LhHmD8St_i4wrJ87sjI 66
tensorwrap/nn/optimizers/base.py sha256=U_vTu12Bj4sQxaId7wU47-lDmnxpGIanZTMVYzJ4cBY 775
tensorwrap-0.0.1.5.dist-info/LICENSE sha256=Slgi0leGY4FrbGIhHeX_o2PdfmpX-8txShaIMtKv3T8 11313
tensorwrap-0.0.1.5.dist-info/METADATA sha256=N6Hc_Vcrj8KOLYF-6CGOMc3itlQNAgJYyMwTXjvMZao 8042
tensorwrap-0.0.1.5.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
tensorwrap-0.0.1.5.dist-info/top_level.txt sha256=NmcppFe20JCQEONnN5c6uc2XuU0WhK8rAlt4UVESaf0 11
tensorwrap-0.0.1.5.dist-info/RECORD

top_level.txt

tensorwrap