DLStudio 2.2.3
pip install DLStudio==2.2.3
Newer version available (2.5.5)
Released:
A PyTorch based software platform for teaching the Deep Learning class at Purdue University
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Python Software Foundation License
- Author: Avinash Kak
- Tags PyTorch , programming
Classifiers
- Programming Language
- Topic
Project description
Consult the module API page at
https://engineering.purdue.edu/kak/distDLS/DLStudio-2.2.3.html
for all information related to this module, including the information about the latest changes to the code.
convo_layers_config = "1x[128,3,3,1]-MaxPool(2) 1x[16,5,5,1]-MaxPool(2)" fc_layers_config = [-1,1024,10] dls = DLStudio( dataroot = "/home/kak/ImageDatasets/CIFAR-10/", image_size = [32,32], convo_layers_config = convo_layers_config, fc_layers_config = fc_layers_config, path_saved_model = "./saved_model", momentum = 0.9, learning_rate = 1e-3, epochs = 2, batch_size = 4, classes = ('plane','car','bird','cat','deer','dog','frog','horse','ship','truck'), use_gpu = True, debug_train = 0, debug_test = 1 ) configs_for_all_convo_layers = dls.parse_config_string_for_convo_layers() convo_layers = dls.build_convo_layers2( configs_for_all_convo_layers ) fc_layers = dls.build_fc_layers() model = dls.Net(convo_layers, fc_layers) dls.show_network_summary(model) dls.load_cifar_10_dataset() dls.run_code_for_training(model) dls.run_code_for_testing(model)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Python Software Foundation License
- Author: Avinash Kak
- Tags PyTorch , programming
Classifiers
- Programming Language
- Topic
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 Distribution
File details
Details for the file DLStudio-2.2.3.tar.gz
.
File metadata
- Download URL: DLStudio-2.2.3.tar.gz
- Upload date:
- Size: 19.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
db2cf86da57f992840008d6b0e974be8ed051a3d9b05b4b3d9bded08d476f859
|
|
MD5 |
00628a692f782d40fb33c6eb76b1757e
|
|
BLAKE2b-256 |
672679eac274a77b40cc5a8e2671f97e477e6db6c10c8d509bf0bdc5e137c64b
|