-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fixing TF to < 2.16 #2071
Fixing TF to < 2.16 #2071
Conversation
Signed-off-by: miguelgfierro <[email protected]>
Getting error in FastAI:
Trying to add the model also to CUDA. Tests: https://github.com/recommenders-team/recommenders/actions/runs/8333772519 |
Signed-off-by: miguelgfierro <[email protected]>
@SimonYansenZhao This PR fixes the issue with TF and FastAI. See unit tests: https://github.com/recommenders-team/recommenders/actions/runs/8333772519 I think we should fix to TF<1.16 instead of 1.15.0, because in 1.15.1 the code works, and maybe they do 15.2 or something Please take a look |
Signed-off-by: miguelgfierro <[email protected]>
Signed-off-by: miguelgfierro <[email protected]>
Description
Related Issues
#2073
References
Checklist:
git commit -s -m "your commit message"
.staging branch
AND NOT TOmain branch
.