This is a pytorch based utilities library which will help you for training and visualizing computer vision models.
Project description
woollylib
This is a pytorch based utilities library which will help you for training and visualizing computer vision models.
├── woollylib
│ ├── bp
│ │ ├── autocast
│ │ │ └── backpropagation.py
│ │ ├── losses
│ │ │ └── backpropagation.py
│ │ ├── optimizer
│ │ │ └── backpropagation.py
│ │ ├── ricap
│ │ │ └── backpropagation.py
│ │ └── vanila
│ │ └── backpropagation.py
│ │
│ ├── models
│ │ ├── custom
│ │ │ └── custom_resnet.py
│ │ ├── model.py
│ │ └── resnet.py
│ │
│ ├── preloading
│ │ └── dataset.py
│ │
│ ├── utils
│ │ ├── gradcam
│ │ │ ├── _init_.py
│ │ │ ├── compute.py
│ │ │ ├── gradcam.py
│ │ │ └── util.py
│ │ │
│ │ ├── transform.py
│ │ ├── utils.py
│ │ └── visualize.py
│ │
│ ├── _init_.py
│ ├── dataset.py
│ ├── main.py
│ ├── scheduler.py
│ └──training.py
│
├── setup.py
├── LICENSE
├── MANIFEST.IN
├── README.txt
├── requirements.txt
├── .gitignore
└── README.md
Installation
pip install woollylib
How to Use it
Contributers
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
woollylib-0.0.5.tar.gz
(8.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file woollylib-0.0.5.tar.gz.
File metadata
- Download URL: woollylib-0.0.5.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c87628bfa33bfc478f63d083cc422d812066fd5521e483a5e365e5671c086007
|
|
| MD5 |
4be682a48c354a8faad28f18f9581de2
|
|
| BLAKE2b-256 |
c380766a7c0ec601173b8cb27ffb32ad1f4ba8fee302b35533f3f8a63feed9d9
|
File details
Details for the file woollylib-0.0.5-py3-none-any.whl.
File metadata
- Download URL: woollylib-0.0.5-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4fea8b139d1590e065cab8c0490e2b57243ae95350abeba38c5b2bf40bb337a
|
|
| MD5 |
9749ae5d0f327539433df833a339dbfa
|
|
| BLAKE2b-256 |
390db9b3c84313c674bc725540031f9662bf8b8d3537a14da34e02a995286b67
|