Skip to content

FebruaryBreeze/torch-basic-models

Repository files navigation

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')

About

Basic Models for PyTorch, with Unified Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages