Metadata-Version: 2.1
Name: pcfv
Version: 0.0.5
Summary: The common used function with pytorch for vision tasks
Home-page: https://github.com/jiayangshi/pcf
Author: Jiayang Shi
Author-email: j.shi@liacs.leidenuniv.nl
License: MIT
Description: # pcfv: Pytorch Commonly used Function for Vision tasks
        
        During my work on vision tasks, there are functions be needed again and agin. To make it easier when switching between projects, the most commonly used functions are summarized here. It could save some effort starting a new pytorch project for CV researches.
        
        This packsge provides classic models like [UNet](https://lmb.informatik.uni-freiburg.de/people/ronneber/u-net/), [MSDNet](https://www.pnas.org/content/115/2/254) and some common functions like [train_loop](https://github.com/jiayangshi/pcfv/blob/23f517e3c6dfc2281381b0b69ac5d8e2eb029767/pcfv/train.py#L6).
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
