epochlib

View on PyPIReverse Dependencies (0)

4.1.0 epochlib-4.1.0-py3-none-any.whl

Wheel Details

Project: epochlib
Version: 4.1.0
Filename: epochlib-4.1.0-py3-none-any.whl
Download: [link]
Size: 40166
MD5: 7c29a0ac9c4ccc23c30aeffe27c3249b
SHA256: 33518cb1a0f53971df00941ab75a904939855b67eb8c3d0784d5a7b0206ddb30
Uploaded: 2024-08-26 21:11:24 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: epochlib
Version: 4.1.0
Summary: EpochLib is the base for Team Epoch competitions.
Author-Email: Jasper van Selm <jmvanselm[at]gmail.com>, Ariel Ebersberger <arielebersberger[at]gmail.com>, Tolga Kopar <cahittolgakopar[at]gmail.com>, Jeffrey Lim <jeffrey-lim[at]outlook.com>, Hugo de Heer <hugodeheer1234[at]gmail.com>, Emiel Witting <emiel.witting[at]gmail.com>, Gregoire Dumont <dumont.gregoire.a[at]gmail.com>, Kristóf Sandor <emherk512[at]gmail.com>, Daniel De Dios Allegue <danieldediosallegue[at]gmail.com>
Project-Url: Homepage, https://teamepoch.ai/
Project-Url: Documentation, https://TeamEpochGithub.github.io/epochalyst/
Project-Url: Repository, https://github.com/TeamEpochGithub/epochalyst
Project-Url: Download, https://pypi.org/project/epochalyst/#files
Project-Url: Issues, https://github.com/TeamEpochGithub/epochalyst/issues
Project-Url: Release notes, https://github.com/TeamEpochGithub/epochalyst/releases
License: MIT License Copyright (c) 2024 Team Epoch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: agogos (>=0.4)
Requires-Dist: annotated-types (>=0.6.0)
Requires-Dist: joblib (>=1.4.0)
Requires-Dist: numpy (<3,>=1.22.4)
Requires-Dist: torch (>=2.1.0)
Requires-Dist: typing-extensions (>=4.9.0); python_version < "3.12"
Requires-Dist: audiomentations (>=0.36.0); extra == "audio"
Requires-Dist: dask-expr (>=0.5.3); extra == "dask"
Requires-Dist: dask[dataframe] (>=2024.2.1); extra == "dask"
Requires-Dist: kornia (>=0.7.2); extra == "image"
Requires-Dist: timm (>=0.9.16); extra == "image"
Requires-Dist: onnx (>=1.16.1); extra == "onnx"
Requires-Dist: onnxruntime (>=1.18.0); extra == "onnx"
Requires-Dist: openvino (>=2024.2.0); extra == "openvino"
Requires-Dist: pandas[parquet,performance] (>=2.0.0); extra == "pandas"
Requires-Dist: polars (>=0.20.22); extra == "polars"
Provides-Extra: audio
Provides-Extra: dask
Provides-Extra: image
Provides-Extra: onnx
Provides-Extra: openvino
Provides-Extra: pandas
Provides-Extra: polars
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5378 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
epochalyst/__init__.py sha256=Tzh5KRN9_nzsY6fEYmPhtqWD65xgDspMrfC8P4QR_5Q 163
epochalyst/ensemble.py sha256=q16vzOcUQBMbXRVZ68QO1cKuR9ey_T24dyJ5vXc3OC0 1609
epochalyst/model.py sha256=lcSQtuTJXW-bJoztPlP9JKYS2ctISPA_AqDy6kasEi4 2055
epochalyst/caching/__init__.py sha256=Fo7C2tVPxujM0YdC8h30jskxuw6_MkCUoCu4le7vob8 111
epochalyst/caching/cacher.py sha256=zJBZqtyla1GBDnh3sf4ayzrUwqHm2Q6rzA0WHHxmrQU 16224
epochalyst/data/__init__.py sha256=9f_51wwyGKuQcB7N2f04-4N_99usPdDt74x1_xzTN1k 228
epochalyst/data/enum_data_format.py sha256=DIq8K6u4roOXxtcJ_UnO8azNZhnOWJpspi4dwnW07iQ 1400
epochalyst/data/pipeline_dataset.py sha256=144nUsUHGiwPPkTNYQvvvxc7wjxv9XKa5gvg4-k66vk 4803
epochalyst/logging/__init__.py sha256=iLC6e3v9Anp7VHhrYyLmUrBdLBv1m3UI536NG00fCRM 136
epochalyst/logging/logger.py sha256=_ocf9YjUzfDWKpFjuCtXI_75QQAB40EmoSYXgdnx6OQ 3801
epochalyst/training/__init__.py sha256=h1Wu02yjagAh75mRvikJmXtB6xd16dLp2q_L6hYvb8Q 394
epochalyst/training/_custom_data_parallel.py sha256=eQI7F4ZDtiM5MPY0es1Ddokxx3NgjjXNvx9cTOaVMCY 363
epochalyst/training/pretrain_block.py sha256=PgNY89CNoagWnjKUXbhABbTmZbBUrT2xmlzI_yXLxdg 3415
epochalyst/training/torch_trainer.py sha256=c2-Ou7KARuV5_GNLlkzcHbkgF_QAo3nmdbYpJJATQOY 38146
epochalyst/training/training.py sha256=RiSje_1AmNNsEUQvTCmUAF9I6qiqZj_chOUyj3EnPwo 5113
epochalyst/training/training_block.py sha256=qc3n0B6J9a9EobZf0IZtLYMK3XoibUmw4fzI7cvhBSo 5038
epochalyst/training/augmentation/__init__.py sha256=gAvE993IpeFO7KB8vhH2-L2KVqFL9cRaui88i4DlknM 591
epochalyst/training/augmentation/image_augmentations.py sha256=d5kDC3zt1GzyXC4n-vEaQBBnTqfH7CRmvPYr_mYLkHI 3152
epochalyst/training/augmentation/time_series_augmentations.py sha256=Gjols6mzSuV4qvt8gqY7CYswwPy7JNayqoc4y6AwRXQ 10757
epochalyst/training/augmentation/utils.py sha256=qizivvo07Ew9KIHcnyy8Zcq3j7KHh9t7RPE3eiDzzcU 4815
epochalyst/training/models/__init__.py sha256=v1K08TvTmn0nE9nqQ-f6EE8Un8Ua9otBHegi6sViapc 158
epochalyst/training/models/conv1d_bn_relu.py sha256=RSTY8HzlMFuFGShDOGx6PFlM8dq-5TJP0PA8yuc8Ew4 1177
epochalyst/training/models/timm.py sha256=Fz8jW7koa6RzukWMDuqvXIVDhbyMHqvhRcD3Rc0a7Bg 1560
epochalyst/training/utils/__init__.py sha256=UTG24S7cJzz6iyVv7iPcBSyeNnMrpYtAGKwpHrBlK-E 297
epochalyst/training/utils/get_dependencies.py sha256=ssz9GdQKRfkKusz1AKjO_PAz5dIA2-9mqR4y_yl2gPk 673
epochalyst/training/utils/recursive_repr.py sha256=4_vRDtn7gIYrIHCLJ5_sayg31kYDvtJQgQcTtJxNPRI 1276
epochalyst/training/utils/tensor_functions.py sha256=gLUfXUUXCQ4SrJDtgGFX9Vl5MsMs_f8MkVVE9VybvU4 1153
epochalyst/transformation/__init__.py sha256=4A8G0c8PT9rERK5HcbVevIyJ7qmf-BY1GA1uINqueK4 251
epochalyst/transformation/transformation.py sha256=CBUoRhUE_9ctgEGrzGa3yPjO-MAsT15HExzhZxtIskQ 4461
epochalyst/transformation/transformation_block.py sha256=Oi2BkTErNY6LwtcYbTTyW19JqPWfutkvvcAaBx-1zRw 3296
epochlib-4.1.0.dist-info/METADATA sha256=uauzg9kv3fgKTaoK1_UihZIdRKfPM32pED7QOfC_LnU 9003
epochlib-4.1.0.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
epochlib-4.1.0.dist-info/licenses/LICENSE sha256=PEghuzhEmfDf0HJu03lho0mKqfyIs5MTXq-eqVySaYI 1067
epochlib-4.1.0.dist-info/RECORD