pytorch-lightning-applications

Temp


Keywords
Python, chinese, deep-learning, machine-learning, pytorch, pytorch-lightning
License
Apache-2.0
Install
pip install pytorch-lightning-applications==0.0.3

Documentation

PyTorch Lightning Applications

以 PyTorch Lightning 實作的機器學習與深度學習應用。

本地開發

載下 repo:

export REPO=pytorch_lightning_applications
git clone https://github.com/leemengtaiwan/$REPO.git
cd $REPO

建立新的 Anaconda 環境並安裝函式庫:

conda create -n $REPO python=3.6 -y
conda activate $REPO
pip install -r requirements.txt

設置 nbdev 環境並以可修改的方式安裝此 package:

nbdev_install_git_hooks
nbdev_build_lib
pip install -e .
nbdev_build_docs