NVIDIA-Merlin / HugeCTR

HugeCTR is a high efficiency GPU framework designed for Click-Through-Rate (CTR) estimating training
Apache License 2.0
937 stars 200 forks source link

[BUG] Documentation for Optimizer types has a typo. #377

Closed ashish007git closed 1 year ago

ashish007git commented 1 year ago

Describe the bug There seems to be a typo for Adagrad optimizer type in documentation. The type should be listed as hugectr.Optimizer_t.AdaGrad instead of hugectr.Optimizer_t.Adagard.

To Reproduce https://nvidia-merlin.github.io/HugeCTR/master/api/python_interface.html#createoptimizer-method

Screenshots If applicable, add screenshots to help explain your problem. image

WonderingWJ commented 1 year ago

@ashish007git Thank you for your report! we will fix it in the next realease.

WonderingWJ commented 1 year ago

The issue is fixed