Deep Learning with PyTorch made easy 🚀 !
v0.5.x WIP!
Here are the main design principles:
- The codes should be '
modulefirst', which means all previousmodels should be a simplemodulenow.- And
modelshould only be related to the training stuffs. If we only want to use the fancy AI models at inference stage,moduleshould be all we need.
- And
- The
modules should be as 'native' as possible: no inheritance from base classes exceptnn.Moduleshould be the best, and previous inheritance-based features should be achieved by dependency injection.- This helps the
modules to be moretorch.compilefriendly.
- This helps the
- Training stuffs are not considered at the first place, but they will definitely be added later on, based on the modern AI developments.
- APIs will be as BC as possible.
License
carefree-learn is MIT licensed, as found in the LICENSE file.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
carefree-learn-0.5.0.tar.gz
(312.5 kB
view details)
File details
Details for the file carefree-learn-0.5.0.tar.gz.
File metadata
- Download URL: carefree-learn-0.5.0.tar.gz
- Upload date:
- Size: 312.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a2fbf4ee28387402be2e445830fafe6feddd017ec4504fc90cf7b9f6f977f79
|
|
| MD5 |
9dbe4e9c3c6d7be3df5c7375c8d68159
|
|
| BLAKE2b-256 |
57ca739b9190c223967dfcd2b0af12b0783b36a3027f8d802ae3b174ad6633ff
|