You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[HugeCTR]Add a new base for hugectr (#1098)
* Add ctr base image and install ctr components in merlin-hugectr
* Use same version for pytorch base image
* Correct torch python folder name for new version
* Add merlin and test script for ctr-base
* upate test script for new ctr-base and merlin-hugectr
* Fix typo
* Remove some packages hugectr maynot use
* Add back keras since SOK uses it
* Refactor dockerfiles
* Correct relative path
* Upgrade upstream image to 24.03
* Remove libboost which not in triton container
* Add libhdf5-dev
* Add execution privilege for test scripts
* Remove unused test script
* correct for base version
Fixed preprocessing and training scripts in Quick-start for Ranking (#……1017)
* Fixed preprocessing, which was not standardizing and tagging continuous columns properly and fixing W&D and DeepFM models to use the updated API
* Updated example command for ranking.py
* Moving indexing after filter