Custom utils for PyTorch
Project description
pytorch-custom-utils
This is a custom useful utils for Pytorch.
Usage
Dependencies
- torch 1.4.0
- torchvision 0.5.0
- python 3.6
- matplotlib 2.2.2
- numpy 1.14.3
- seaborn 0.9.0
- copy
- warnings
Installation
pip install torchhk
orgit clone https://github.com/Harry24k/pytorch-custom-utils
from torchhk import *
Demos
-
rm(RecordManager) (code): RecordManager will help you to watch records pretty during iterations. It also provides some useful functions such as summary, plot, etc.
-
datasets(Datasets) (code): Datasets will help you to bring torchvision data with only simple one line. It also has split function for people who need a validation set.
-
vis(Vis) (code): Vis provides two functions as below :
- imshow : It will help you to see torch tensor images in one plot.
- weightshow : It will help you to see all weights' distribution of a torch model.
-
transform(Transform) (code): Transform will help you to construct a new model with certain layers changed.
Update Records
Version 0.1
- RecordManager
- Datasets
- Vis :
- imshow
- weightshow
- Transform :
- transform_layer
- transform_model
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
torchhk-0.1-py3-none-any.whl
(6.8 kB
view hashes)