├── .gitignore ├── LICENSE ├── README.md ├── train.csv └── transfer_learning.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davexpro/fashion-tag/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davexpro/fashion-tag/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davexpro/fashion-tag/HEAD/README.md -------------------------------------------------------------------------------- /train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davexpro/fashion-tag/HEAD/train.csv -------------------------------------------------------------------------------- /transfer_learning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davexpro/fashion-tag/HEAD/transfer_learning.ipynb --------------------------------------------------------------------------------