Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-10-23 | 1.6 kB | |
v1.0.0.tar.gz | 2018-10-23 | 20.4 kB | |
v1.0.0.zip | 2018-10-23 | 31.9 kB | |
Totals: 3 Items | 53.9 kB | 0 |
This is the first working TensorImage release, with several key features which will be further developed, with new ones added on later releases: - No code will have to be written by you when using TensorImage — making the entire process of training and classification more efficient — there are no errors that may arise while coding, allowing more time to be employed in feature engineering.
-
Automatically write file paths and labels for training dataset images.
-
TensorBoard visualization of training progress and model — making it easy to find out if hyperparameters still need to be tuned further and find out the best-performing model that you will use for classification.
-
Easily train image classification models — at the current stage there is just one CNN architecture available to use in TensorImage, however, this number will largely increase in future releases.
-
Readily classify thousands of images with image classification models trained with TensorImage — keeping what you need compact and organized.
-
Dataset preprocessing — at the current release you can only resize the datasets — this will be widely expanded in future releases.
-
Reusability — you can change your workspace directory at any time — TensorImage will not be affected by it — this is possible because all metadata and TensorImage outputs are stored in your workspace directory, which you can access at any time. You can have multiple workspaces for different image classification purposes,and change the workspace directory for TensorImage with no difficulty.