Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 723 Bytes

File metadata and controls

25 lines (15 loc) · 723 Bytes

torch-basic-models Build Status codecov PyPI version

Basic Models for PyTorch, with Unified Interface

Installation

Need Python 3.6+.

pip install torch-basic-models

Usage

import torch_basic_models

ResNet = torch_basic_models.ResNet

# or

import box

ResNet = box.load(name='ResNet', tag='model')