Metadata-Version: 2.1
Name: torchservant
Version: 0.2.2
Summary: Many useful tools for PyTorch.
Home-page: https://github.com/QixuanAI/torchservant
Author: qxsoftware
Author-email: qxsoftware@163.com
License: GNU GENERAL PUBLIC LICENSE v3
Keywords: servant,visualize,pytorch,tool,util,deeplearning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Requires-Dist: torch

TorchServant is an assembly helping quickly development for PyTorch users.It contains following components:
modelservant:	Manage weights files and checkpoints, keep training process continuous.
procmonitor:		API for visdom and tensorboard, visualize diagrams, illustrations and progresses.
stats		Resource statistics on GPUs, memories, cpu, and consumed time.
classicmodels:	Include AlexNet, VGG, Resnet, Inception, etc.
visualfeature:	Visualize feature maps during training and evaluation process.
weightransfer:	An Qt-based visual tool to transfer weights between different models.

