-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
TensorFlow 2.6 upgrade #1565
Merged
Merged
TensorFlow 2.6 upgrade #1565
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
66e5d3c
Change TF and Cuda versions
anargyri 3396f2c
Fix numpy version
anargyri 153099e
Explain numpy version
anargyri d67955e
Merge branch 'staging' into andreas/tf
anargyri b572bbe
Merge branch 'staging' into andreas/tf
anargyri e8bc100
Merge branch 'staging' into andreas/tf
anargyri 68af516
Specify no-binary install for Surprise
anargyri aafbe1a
Update CUDA version
anargyri 899b43a
Modifications made by tf_upgrade_v2 script provided by TF + fix for i…
anargyri cb60a2f
Modifications made by tf_upgrade_v2 script provided by TF + fix for i…
anargyri 9f39411
Replace tf.contrib.estimator.build_supervised_input_receiver_fn_from_…
anargyri edf9b4c
Fix tf_utils
anargyri a98750b
Merge branch 'andreas/tf' of github.com:microsoft/recommenders into a…
anargyri 10cd5a7
reapply TF2
anargyri e1560f9
Fix wide and deep tuning notebook
anargyri d2b03b7
Replace tf.contrib.training.HParams with custom class
anargyri 2efcac0
Fix DKN model
anargyri e5ec621
Fix XDeepFM hparams
anargyri f3d0437
Fix tf version
anargyri ba702e5
Replace tf.logging in notebooks
anargyri 1b83ffe
Fix tf.summary in notebook
anargyri d258bfe
Hparams for newsrec
anargyri 1d1b211
Fix LSTUR run
anargyri f205d15
Replace batch_dot with einsum in self attention layer
anargyri df7ed26
Change Adam in RBM
anargyri c29bc41
Fix RNNs
anargyri de2b3f7
Remove TF addons
anargyri f5d28e4
Remove LazyAdam optimizer
anargyri b6ceeec
Fix RNN cells import
anargyri 68979f1
Fix sum.py
anargyri 06c93ba
Fix asserts
anargyri 0e57c04
Get fully connected layer from tf-slim
anargyri 26eb236
Update conda script
anargyri 2fd0726
Merge branch 'staging' into andreas/tf
anargyri 6f1d85e
Remove pip installation cell from VAE notebooks
anargyri 774c8eb
Changes required for pymanopt
anargyri 93fb27b
Remove inference from SLIRec notebook
anargyri 1d94f13
Update TF version in notebooks
anargyri 8503c51
Replace pytorch location for cuda 11
anargyri a743eba
Add no binary pip install option in ADO test pipeline
anargyri 7d36296
Changed version to 1.0.0
anargyri d5491b7
Edit nvidia docker image name
anargyri f325a2c
Java version for virtual env
anargyri 11e4c86
Resolved flake8 issues and blacked
anargyri a8e316d
Whitespace
anargyri 1f9c24a
Add keras in setup.py
anargyri bd32d2f
Fix Surprise issue in test environments
anargyri fde38fb
Undo 'Fix Surprise issue in test environments'
anargyri 679d50c
Change heading in sequential notebook
anargyri 7688dc1
Move pandera to core dependencies in order to fix movielens
anargyri 2523447
Fix issue with RLRMC test
anargyri 3ef366a
Remove numpy 1.19 from GitHub workflows
anargyri ecff395
Fix mock movielens duplicates
anargyri dd0b29e
Fix mock movielens test
anargyri 8f32dda
Add blank line
anargyri 23ae6e0
Move surprise to experimental
anargyri 55a8199
Update tests and docs for experimental
anargyri 383c475
Update CI tests
anargyri 5c18fb6
Update GitHb actions
anargyri dfc8eac
No binary option in tox.ini
anargyri 1dc5d5c
Remove experimental from GitHub actions
anargyri 292f139
Disable experimental tests from workflow
anargyri 2bce47a
Wrap surprise import in test
anargyri 2eb8f93
Fix bug in tf_utils
anargyri bfbb4b0
Ignore coverage errors while reading from source files
anargyri 3eae4b1
Merge branch 'staging' into andreas/tf
anargyri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome! ❤️