Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Adding More Models #85

Merged
merged 21 commits into from
Aug 7, 2018
Merged

Adding More Models #85

merged 21 commits into from
Aug 7, 2018

Commits on Jul 27, 2018

  1. Add AlexNet & InceptionV3

    colah committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    80daa6c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Configuration menu
    Copy the full SHA
    cdb4fb3 View commit details
    Browse the repository at this point in the history
  2. Add InceptionV1_caffe_Places365

    colah committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    45360d2 View commit details
    Browse the repository at this point in the history
  3. Fix input range for Places365

    colah committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    0b63f85 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Import models from slim

    colah committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    84f0d48 View commit details
    Browse the repository at this point in the history
  2. Polish slim-exported models

    colah committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    f5efcab View commit details
    Browse the repository at this point in the history
  3. Add VGG models

    colah committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    d7b0366 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Add BGR support

    colah committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    4dfb453 View commit details
    Browse the repository at this point in the history
  2. Add lists of layers to models

    colah committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    cde6acf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8066bcf View commit details
    Browse the repository at this point in the history
  4. Add lucid/modelzoo/nets_factory.py and tests. Also adds tests for eac…

    …h model's declared shapes, and adds integration tests that load each model's graph.
    ludwigschubert committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    fb82732 View commit details
    Browse the repository at this point in the history
  5. resolve conflicts

    ludwigschubert committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e3c645c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6f830b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e31b785 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Add more models

    colah committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    b470496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b513e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Refactor modelzoo

    colah committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    0e69b2c View commit details
    Browse the repository at this point in the history
  2. Fix library imports...

    colah committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    6cb235e View commit details
    Browse the repository at this point in the history
  3. Fix import error

    colah committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    1ccf751 View commit details
    Browse the repository at this point in the history
  4. Import more models

    colah committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    c61b235 View commit details
    Browse the repository at this point in the history
  5. Improve docs & fix label error

    colah committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    4f25fda View commit details
    Browse the repository at this point in the history