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

Make FPN, top-down and backbone configurable #561

Merged
merged 4 commits into from
Jun 5, 2018

Commits on May 15, 2018

  1. Allow dashes in model name.

    Print a message when re-starting from saved epoch
    Julien Rebetez committed May 15, 2018
    Configuration menu
    Copy the full SHA
    25c9749 View commit details
    Browse the repository at this point in the history
  2. Fix problem with argmax on (0,0) arrays.

    Julien Rebetez committed May 15, 2018
    Configuration menu
    Copy the full SHA
    5eeae99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e55641 View commit details
    Browse the repository at this point in the history
  4. Allow custom backbone implementation through Config.BACKBONE

    This allows one to set a callable in Config.BACKBONE to use a custom
    backbone model.
    Julien Rebetez committed May 15, 2018
    Configuration menu
    Copy the full SHA
    d6cffe4 View commit details
    Browse the repository at this point in the history