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

Add skip_resize for model.predict #1605

Merged
merged 22 commits into from
Nov 13, 2023

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    a6e8d9c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    3a447d8 View commit details
    Browse the repository at this point in the history
  2. add

    Louis-Dupont committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6cf8cc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b1827 View commit details
    Browse the repository at this point in the history
  4. add tests

    Louis-Dupont committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9117d58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14cff69 View commit details
    Browse the repository at this point in the history
  6. move to _get_pipeline

    Louis-Dupont committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2922599 View commit details
    Browse the repository at this point in the history
  7. fix

    Louis-Dupont committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    94d5eb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    04687cc View commit details
    Browse the repository at this point in the history
  2. fix test

    Louis-Dupont committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8b428da View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    0292e05 View commit details
    Browse the repository at this point in the history
  2. Way to fix bug with validation frequency (#1601)

    * Way to fix bug with validation frequency
    
    * Fixed test, the state of net was rewritten
    
    * Added validating the latest epoch and epochs from save_ckpt_epoch_list
    
    * Added one more testcase to check wether latest notdivisible epoch has valid in metrics
    
    * Following the SRP recommendation...
    
    * Which inference time exactly
    
    * Fixed incorrect keyword in writing function
    
    * Missing brackets around epoch+1 in valid run check function.
    
    * Final fixes hopefully :)
    
    * Fixed trainer to add scalars only in main process
    
    ---------
    
    Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com>
    2 people authored and Louis-Dupont committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e68a3a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    1e21627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3874c86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4300af View commit details
    Browse the repository at this point in the history
  4. add docstring

    Louis-Dupont committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    919fb57 View commit details
    Browse the repository at this point in the history
  5. remove unwanted prints

    Louis-Dupont committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b4bd4bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fcafa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    a22b56f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    31cbaeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a07a43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b57718e View commit details
    Browse the repository at this point in the history