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

Enable direct --weights URL definition #3373

Merged
merged 9 commits into from
May 28, 2021
Merged

Commits on May 28, 2021

  1. Enable direct --weights URL definition

    @kalenmike this PR will enable direct --weights URL definition. Example use case:
    ```
    python train.py --weights https://storage.googleapis.com/bucket/dir/model.pt
    ```
    glenn-jocher committed May 28, 2021
    Configuration menu
    Copy the full SHA
    f65ec28 View commit details
    Browse the repository at this point in the history
  2. cleanup

    glenn-jocher committed May 28, 2021
    Configuration menu
    Copy the full SHA
    1a475fb View commit details
    Browse the repository at this point in the history
  3. bug fixes

    glenn-jocher committed May 28, 2021
    Configuration menu
    Copy the full SHA
    e383f52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b13b94 View commit details
    Browse the repository at this point in the history
  5. Update experimental.py

    glenn-jocher committed May 28, 2021
    Configuration menu
    Copy the full SHA
    d588968 View commit details
    Browse the repository at this point in the history
  6. Update hubconf.py

    glenn-jocher committed May 28, 2021
    Configuration menu
    Copy the full SHA
    eca773d View commit details
    Browse the repository at this point in the history
  7. return bug fix

    glenn-jocher committed May 28, 2021
    Configuration menu
    Copy the full SHA
    d9e5c9a View commit details
    Browse the repository at this point in the history
  8. comment mirror

    glenn-jocher committed May 28, 2021
    Configuration menu
    Copy the full SHA
    0cd14c4 View commit details
    Browse the repository at this point in the history
  9. min_bytes

    glenn-jocher committed May 28, 2021
    Configuration menu
    Copy the full SHA
    eecf1c7 View commit details
    Browse the repository at this point in the history