KDercksen / hunter2_dbi

Dog Breed Identification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write helper functions

KDercksen opened this issue · comments

Helper functions to create submission file, load data, etc.

Ideas for helper functions: generate train/validation set, create submission from classifications, etc.

We should implement a generator that we can use with Keras' model.fit_generator. This will save RAM (the current dataset is already giving me issues).

See https://medium.com/@fromtheast/implement-fit-generator-in-keras-61aa2786ce98 for inspiration.

9152eaa

accidentally references #3 instead of this issue.. woops

@stephandooper will write function to only load top-n classes of training images.

@deniseklep will now create function to use smaller training set for testing

@SvenDH did that already!