Skip to main content

A high-level Deep Learning framework that extends PyTorch and PyCUDA.

Project description

ice-learn

ice is a sweet extension of PyTorch, a modular high-level deep learning framework that extends and integrates PyTorch and PyCUDA with intuitive interfaces. We aims not only to minimize the boilerplate code without loss of functionality, but also maximize the flexibility and usability for extending and composing any deep learning tasks into an integrate multi-task learning program.

NOTE: It is currently in pre-alpha versions, and the API is subject to change.

Features

  • Minimize Boilerplates: You don't need to repeat yourself.

    • Config Once, Use Everywhere: Every mutable class can be converted into a configurable. Configuration for deep learning project has never been this easy before. A tagging system to manage and reuse any type of resources you need.
    • Inplace Argument Parser: You can parse command line argument instantly without a long page of previous definition.
  • Maximize Flexiblility: Painless and Incremental Extension from CUDA to non-standard data-preprocessing and training schedules for multi-task learning.

    • The kernel data structure of ice is a Hypergraph that manages different module nodes (e.g. ice.DatasetNode, ice.ModuleNode, etc.) that are switchable between multiple user-defined execution modes. Extending a new dataset, network module or loss function is by adding new nn.Datasets, nn.Modules and python callables to specific mode of the entire graph.
    • We provide PyCUDA support by automatically managing the PyCUDA context as well as providing a simplified torch.Tensor class wrapper that supports efficient multi-dimensional element access in CUDA codes. This feature manages to make writing, compile, execution and testing CUDA extensions for PyTorch extremely fast. We also provide a VSCode extension for PyCUDA docstring highlight.
    • We support Multi-Task Learning training by finding the Pareto Optimal for each task weight so that you do not need to tune them manually. (TODO)
    • We support dill-backended Elastic Multiprocessing launch and management that is compitable with Lambda Function and Closures. You can not only build multi-gpu or multi-machine Data Distributed Parallel training program without effort, but also doesn't require to concern about pickability of any part of program in your application. We actually suggest heavy use of lambda functions such as for simple input and output transforms of modules. This feature also contributes to the minimal boilerplates aim of ice.

Install

pip install ice-learn (Recommended)

Note: For developers, in order to modify the code instantly, you need to install ice using poetry environment as specified here.

Documentation

You can access documentation through Online Documentation Site, or the docs subdirectory directly. The documentation is partial auto-generated from comment, and partial manually written, the note on how we produce the documenation can be found here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ice-learn-0.4.4.tar.gz (88.2 kB view details)

Uploaded Source

Built Distribution

ice_learn-0.4.4-py3-none-any.whl (107.1 kB view details)

Uploaded Python 3

File details

Details for the file ice-learn-0.4.4.tar.gz.

File metadata

  • Download URL: ice-learn-0.4.4.tar.gz
  • Upload date:
  • Size: 88.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ice-learn-0.4.4.tar.gz
Algorithm Hash digest
SHA256 3fe8df2fd1c035a74c5f2122577f7a050148e42866921d38d0bd7618f888a22d
MD5 ad5da747a20a9c0a61c01283fd5b7f73
BLAKE2b-256 0a5faab5449d202d9576ddf1856aa6a0f633a6a291fa2fe5f6c582ba34155b3f

See more details on using hashes here.

File details

Details for the file ice_learn-0.4.4-py3-none-any.whl.

File metadata

  • Download URL: ice_learn-0.4.4-py3-none-any.whl
  • Upload date:
  • Size: 107.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ice_learn-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 37285da3e4de89e8342144e2fee2cfbc5280b5f3ff449ed8e75bb01cdf6d00f0
MD5 7213547994d33940c710bc1a436ab2d1
BLAKE2b-256 6f0804bb71dfb7a0863ae7c51e969e06eb59f609544f76465cb637eaf8e296c7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page