Skip to content

Basic Models for PyTorch, with Unified Interface

License

Notifications You must be signed in to change notification settings

FebruaryBreeze/torch-basic-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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