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

#902-Patch avoid moving model #910

Merged
merged 6 commits into from
Apr 10, 2020
Merged

Commits on Apr 9, 2020

  1. Remove model move in create_supervised

    - Remove the model move
    - Update the docstring and include a warning note
    - Updated the tests to make sure the behavior is as expected.
    k.clasen committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    6faff7b View commit details
    Browse the repository at this point in the history
  2. Updated use of create_supervised

    Grepped the repo and made the required changes to keep everything
    in-line with the new changes to `create_supervised`.
    
    Hopefully I didn't miss anything.
    I did *not* rerun the FastaiLRFinder_MINST.ipynb.
    The output would change and add unnecessary size to the rep.
    k.clasen committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    185ee9a View commit details
    Browse the repository at this point in the history
  3. autopep8 fix

    AutoPEP8 authored and actions-user committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    2d44471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bb9307 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6e5cfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf68a1f View commit details
    Browse the repository at this point in the history