NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature engineering and preprocessing to training deep learning models and running inference in production.
Apache License 2.0
778
stars
118
forks
source link
[QST] Where to get tensorflow2.10.1+nv22.12 source code ? #1058
I did a pip list |grep tensorflow in 'merlin-tensorflow 23.02' container and saw 'tensorflow 2.10.1+nv22.12'.
I think it means the tensorflow is built from some repoistory with optimizations from nvidia.
Question is which is the code repository.
I want to add some modifications based on tensorflow 2.10.1+nv22.12 and use with merlin container.
❓ Questions & Help
I did a
pip list |grep tensorflow
in 'merlin-tensorflow 23.02' container and saw 'tensorflow 2.10.1+nv22.12'. I think it means the tensorflow is built from some repoistory with optimizations from nvidia.Question is which is the code repository. I want to add some modifications based on tensorflow 2.10.1+nv22.12 and use with merlin container.
Details