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

Raising of the recursions limit for onnx model loading. (Issue #5585) #5796

Merged
merged 6 commits into from
May 27, 2021

Commits on May 17, 2021

  1. Raised the limit of recursions in the creation of the CodedInputStrea…

    …m in the OnnxTransformer (as the default value in the Google.Protobuf). Otherwise some models cannot be loaded (ex. TF2 Efficentdet).
    darth-vader-lg committed May 17, 2021
    Configuration menu
    Copy the full SHA
    501a4b1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Updated arcade to the latest version (dotnet#5783)

    * updated arcade to the latest version
    
    * updated eng/common correctly
    
    * Fixed benchmark test.
    michaelgsharp authored and darth-vader-lg committed May 19, 2021
    Configuration menu
    Copy the full SHA
    16b3f55 View commit details
    Browse the repository at this point in the history
  2. Use dotnet certificate (dotnet#5794)

    * Use dotnet certificate
    
    * Update 3.1 SDK
    
    Co-authored-by: Prashanth Govindarajan <[email protected]>
    Co-authored-by: Michael Sharp <[email protected]>
    3 people authored and darth-vader-lg committed May 19, 2021
    Configuration menu
    Copy the full SHA
    0809a48 View commit details
    Browse the repository at this point in the history
  3. Arm build changes (dotnet#5789)

    * arm testing
    
    * initial commit with build working on arm64
    
    * windows changes
    
    * build fixes for arm/arm64 with cross compilation
    
    * cross build instructions added
    
    * renamed arm to Arm. Changed TargetArchitecture to default to OS architecture
    
    * fixed some formatting
    
    * fixed capitilization
    
    * fixed Arm Capitilization
    
    * Fix cross-compilation if statement
    
    * building on apple silicon
    
    * removed non build related files
    
    * Changes from PR comments. Removal of FastTreeNative flag.
    
    * Changes from pr comments.
    
    * Fixes from PR comments.
    
    * Changed how we are excluding files.
    michaelgsharp authored and darth-vader-lg committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a11797a View commit details
    Browse the repository at this point in the history
  4. Onnx load model (dotnet#5782)

    * fixed onnx temp model deleting
    
    * random file path fixed
    
    * updates from pr
    
    * Changes from PR comments.
    
    * Changed how auto ml caches.
    
    * PR fixes.
    
    * Update src/Microsoft.ML.AutoML/API/ExperimentSettings.cs
    
    Co-authored-by: Eric Erhardt <[email protected]>
    
    * Tensorflow fixes from PR comments
    
    * fixed filepath issues
    
    Co-authored-by: Eric Erhardt <[email protected]>
    2 people authored and darth-vader-lg committed May 19, 2021
    Configuration menu
    Copy the full SHA
    bfb2b49 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

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