-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating to tensorflow 2.13 and Macos arm issues (#2138)
* Updating to tensorflow 2.12 * Using legacy Adam optimizer. * Switching to install grpcio with pip (to match tensorflow) * Trying tensorflow 2.12 on windows. * Switching to tensorflow 2.11, the newest that works in windows. * Making smt optional since it is not available for macos amd64. * Make importing BayesianOptimizer optional. * Making BayesianOptimizer optional in Factory. * Skip registering BayesianOptimizer if smt not available. * Skip Bayesian tests if smt not available. * Adding grpcio. * Trying newer ray. * Trying tensorflow 2.13 again on windows. * Dependency cleanup. pedantic no-longer seems to need to be specified with ray 2.6 updating to netcdf 1.6 consolidating redundant os lines. * Fix pca tests. * Adding zero threshold to SparseGrid tests. * Rel_err for redudantInputs for arm64 * Updating rel_err for simionescuConstrainedInvLin for arm64 * Updating rel_err for arm64 * Adding rel_err for polyCorrelation for arm64 * Adding rel_err to CobraTF test for arm64. * Adding rel_err for NDGridProbabilityWeightValue for arm64 * Switching to only use smt on x86_64 * Adding in ability to substitute machine type names * Reverting rel_err change for simionescuConstrainedInvLin
- Loading branch information
1 parent
ddebae1
commit 238bb73
Showing
13 changed files
with
50 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters