Deep Learning with PyTorch made easy
Project description
Deep Learning with PyTorch made easy 🚀 !
v0.5.x WIP!
Here are the main design principles:
- The codes should be '
module
first', which means all previousmodel
s should be a simplemodule
now.- And
model
should only be related to the training stuffs. If we only want to use the fancy AI models at inference stage,module
should be all we need.
- And
- The
module
s should be as 'native' as possible: no inheritance from base classes exceptnn.Module
should be the best, and previous inheritance-based features should be achieved by dependency injection.- This helps the
module
s to be moretorch.compile
friendly.
- 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.
Project details
Release history Release notifications | RSS feed
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 |