Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Add CLI params support + MobileNetV2 model + small refactoring #9

Merged
merged 10 commits into from
Mar 8, 2021

Commits on Jan 22, 2021

  1. Fix model params & add accuracy metric

    Remigiusz Poltorak committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    20e84cb View commit details
    Browse the repository at this point in the history
  2. Add CLI params support

    Remigiusz Poltorak committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    9e97981 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Move model & dataset to separate directories

    Remigiusz Poltorak committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    ed52f60 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Add MobileNetV2 model for testing purposes

    Remigiusz Poltorak committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    0259253 View commit details
    Browse the repository at this point in the history
  2. Change models & image transform pipeline

    Remigiusz Poltorak committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    ed97c35 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    22bed22 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Fixes related to code style and naming

    Remigiusz Poltorak committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    29c5a99 View commit details
    Browse the repository at this point in the history
  2. Fix logged loss values

    Remigiusz Poltorak committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    0754f06 View commit details
    Browse the repository at this point in the history
  3. Add performance measures for MobileNetV2 model

    Remigiusz Poltorak committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    3c07f54 View commit details
    Browse the repository at this point in the history
  4. Change output variable to more meaningful name

    Remigiusz Poltorak committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    645e594 View commit details
    Browse the repository at this point in the history