CNN framework
Project description
CNN framework
Run CNN models for classification, regression, segmentation, VAE, contrastive learning with any data set.
Installation
First, create a dedicated conda environment using Python 3.9
conda create -n cnn_framework python=3.9
conda activate cnn_framework
To install the latest github version of this library run the following using pip
pip install git+https://github.com/15bonte/cnn_framework
or alternatively you can clone the github repository
git clone https://github.com/15bonte/cnn_framework.git
cd cnn_framework
pip install -e .
If you want to run jupyter tutorials, you also need to install ipykernel
pip install ipykernel
If you want to work with VAE, you must also install Pythae and WandB, which is not the case by default.
pip install pythae
pip install wandb
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
cnn_framework-0.2.0.tar.gz
(324.5 kB
view details)
Built Distribution
File details
Details for the file cnn_framework-0.2.0.tar.gz
.
File metadata
- Download URL: cnn_framework-0.2.0.tar.gz
- Upload date:
- Size: 324.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0028262dd4d6897b0950321ff7c639eca3277b114af2a33e7f5d9caa54514b8 |
|
MD5 | 569b3b2b5f8640cd550f642c8045123b |
|
BLAKE2b-256 | 8da36e688061495ef8ff36adb5364e4d80a8fa4db1e2690c234ab5a58a17f37b |
File details
Details for the file cnn_framework-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: cnn_framework-0.2.0-py3-none-any.whl
- Upload date:
- Size: 90.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e6688c73cdb308ac9fd6247d99568c9982e509d1f43aae77eda184932702c9c |
|
MD5 | 5277d93bde670e414abdd5d80aaaccec |
|
BLAKE2b-256 | a2836facf36a0a035faf307c2f11cb69d8d9b8eabc89059d28cb09589efb2df4 |