-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tensorflow requirement from !=2.6.0,!=2.6.1,<2.15.0,>=2.2.0 to…
… >=2.2.0,!=2.6.0,!=2.6.1,<2.19.0 (#908) * Update tensorflow requirement Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.2.0...v2.18.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Updated upper and lower bound on tensorflow * Fixed input shape for test_misc_tf * Fixed activation serialization issue for test_saving_legacy.py * Fixed preprocessor * Fixed admd * Fixed model cloning * Fixed TFDataset index error * Fixed trainable vars for spot the diff detector * Fixed infer sigma flag in mmd * Fixed classifier tf test * Fixed kernes trainable variables * Fixed llr tests * Fixed saving and optimizer saving * Included test entry in Makefile and updated ci * Test all notebooks - to be reverted * Removed python3.8 from ci * Improved test command * Fixed saving test models * Fixed non-tensor inputs as positional arguments * Fixed env variable in makefile * Fixed optimizer tests, including legacy tests * Fixed optional dependencies imports * Fixed od_vae_adult.ipynb * Fixed od_vae_cifar10.ipynb * Fixed cd_model_unc_cifar10_wine.ipynb * Fixed od_aegmm_kddcup.ipynb * Fixed od_vae_kddcup.ipynb * Fixed od_seq2seq_ecg.ipynb * Fixed od_ae_cifar10.ipynb * Fixed cd_distillation_cifar10.ipynb * Fixed cd_ks_cifar10.ipynb * Fixed cd_mmd_cifar10.ipynb * Fixed od_llr_genome.ipynb * Fixed od_llr_mnist.ipynb * Fixed od_seq2seq_synth.ipynb * Fixed cd_text_imdb.ipynb * Fixed alibi_detect_deploy.ipynb * Fixed ad_ae_cifar10.ipynb * Reverted a few things in misc * Fixed flake8 errors * Reverted test all notebooks github actions * Addressed PR comments * Fixed flake8 error --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert <[email protected]>
- Loading branch information
1 parent
bd3cb4c
commit dd77a2a
Showing
50 changed files
with
503 additions
and
299 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
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
Oops, something went wrong.