- paper doll
- has dataset
- KNN
- Creating Capsule Wardrobes from Fashion Images
- Learning Fashion Compatibility with Bidirectional LSTMs
- Parsing Clothing in Fashion Photographs
- we provide a large novel dataset and tools
- https://github.com/ihciah/deep-fashion-retrieval
- https://github.com/wenxinxu/deep-shopping
- https://github.com/leekyungmoon/WatchOUT
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pickle.dump(something, open('something.p', 'wb')) | |
something = pickle.load(open('something.p', 'rb')) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Notes on fast.ai machine learning course by Jeremy Horward
- video: https://youtu.be/CzdWqFTmn0Y
- github: https://github.com/fastai/fastai/tree/master/courses/ml1
pd.read_csv(low_memory=False, parse_dates)
https://youtu.be/CzdWqFTmn0Y?t=1717- display_all function for df: https://youtu.be/CzdWqFTmn0Y?t=1929
- log error cares about ratio rather than value: https://youtu.be/CzdWqFTmn0Y?t=2107
- pin_memory=True
- sigmoid used in cross_entropy_loss
- set_seed before fold and train
NewerOlder