Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fine-tune on Scraped Data #6

Closed
mattmotoki opened this issue Oct 24, 2018 · 0 comments
Closed

Fine-tune on Scraped Data #6

mattmotoki opened this issue Oct 24, 2018 · 0 comments
Assignees

Comments

@mattmotoki
Copy link
Contributor

mattmotoki commented Oct 24, 2018

Fine-tune a keras model with a TensorFlow backend (either trained on ImageNet or our PlantNet/Oxford Flower Datasets) using the labels images and labels from data collection.

  • create a generator to stream in training data
    • load data in batches
    • perform data augmentation
    • parallelized (optional)
  • replace final layer with a fully connected layer with number of neurons equal to the number of plant categories.
  • freeze all layers except the last
  • train the model with early stopping
  • save trained model in TensorflowJS format
@mattmotoki mattmotoki added the in progress Work is in progress label Oct 28, 2018
@mattmotoki mattmotoki changed the title Fine-tune keras model locally Fine-tune on Scrapped Data Oct 29, 2018
@mattmotoki mattmotoki self-assigned this Oct 29, 2018
@mattmotoki mattmotoki changed the title Fine-tune on Scrapped Data Fine-tune on Scraped Data Oct 29, 2018
@mattmotoki mattmotoki removed the in progress Work is in progress label Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant