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

Small improvements to pycaffe #733

Merged
merged 3 commits into from
Jul 28, 2014
Merged

Small improvements to pycaffe #733

merged 3 commits into from
Jul 28, 2014

Commits on Jul 19, 2014

  1. Configuration menu
    Copy the full SHA
    fc48d5d View commit details
    Browse the repository at this point in the history
  2. pycaffe: reorder exceptions

    It doesn't make sense to complain about input not being batch-sized if
    it isn't even 4-d in the first place.
    longjon committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    32fefa9 View commit details
    Browse the repository at this point in the history
  3. pycaffe: test channel_order and input_scale against None

    An input_scale of zero should produce warnings/errors/infinities rather
    than being the same as an input_scale of one. A channel_order of () or 0
    should not be equivalent to the default ordering.
    longjon committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    fb2f7c1 View commit details
    Browse the repository at this point in the history