Useful packages for DL
Project description
FusionLab
FusionLab is an open-source frameworks built for Deep Learning research written in PyTorch and Tensorflow. The code is easy to read and modify especially for newbie. Feel free to send pull requests :D
Installation
With pip
pip install fusionlab
For Mac M1 chip users
Requirements:
- Apple Mac with M1 chips
- MacOS > 12.6 (Monterey)
Following steps
- Clone this repo
git clone https://github.com/taipingeric/fusionlab.git
cd fusionlab
- (remove anaconda first)
- Install Miniconda
- Miniconda3 macOS Apple M1 64-bit pkg
- Miniconda3 macOS Apple M1 64-bit bash
- Install the xcode-select command-line
- Deactivate the base environment
conda deactivate
- Create conda environment using config
conda env create -f ./configs/tf-apple-m1-conda.yaml -n fusionlab
- Replace requirements.txt with requirements-m1.txt
- Install by pip
pip install -r requirements-m1.txt
How to use
import fusionlab as fl
# PyTorch
encoder = fl.encoders.VGG16()
# Tensorflow
encoder = fl.encoders.TFVGG16()
Encoders
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
fusionlab-0.0.21.tar.gz
(11.3 kB
view hashes)
Built Distribution
fusionlab-0.0.21-py3-none-any.whl
(15.8 kB
view hashes)
Close
Hashes for fusionlab-0.0.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c126606e6bd623a9bb312b7bf3094d4f4791725fdbd977b9c9d84676913e7ae3 |
|
MD5 | 31b5692f292fa5bff3162e99927d988b |
|
BLAKE2b-256 | 852ae815696ef699ccf77bf913de5b4631b387fe3bf163155efd14f7c5b04f5d |