Metadata-Version: 2.1
Name: torchline
Version: 0.2.4.2
Summary: A framework for easy to use Pytorch
Home-page: https://github.com/marsggbo/torchline
Author: marsggbo
Author-email: csxinhe@comp.hkbu.edu.hk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: torch (>=1.3.1)
Requires-Dist: torchvision (<0.5.0,>=0.4.0)
Requires-Dist: yacs (==0.1.6)
Requires-Dist: pytorch-lightning (>=0.6.0)
Requires-Dist: pretrainedmodels (>=0.7.4)
Requires-Dist: pillow (<7.0.0,>=6.2.0)
Requires-Dist: test-tube (==0.7.5)
Requires-Dist: albumentations (>=0.4.3)


The ML developer can easily use this framework to implement your ideas. Our framework is built based on pytorch_lightning, 
and the structures is inspired by detectron2

