You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PyTorch-based project implements a deep neural network for multi-class classification of fashion items. The dataset consists of images categorized into three classes: glasses vs. sunglasses, shoes, and trousers vs. jeans.
For ease of running the project, use conda to manage the dependendence.
Run the command:
- conda env create --file requirements.yaml
About
This PyTorch-based project implements a deep neural network for multi-class classification of fashion items. The dataset consists of images categorized into three classes: glasses vs. sunglasses, shoes, and trousers vs. jeans.