wenjing
wenjing
Hi @AtekiRyu , I'm glad to let you know that we just supported FTRL optimizer and here is how to use it. ``` optimizer = hugectr.CreateOptimizer( optimizer_type=hugectr.Optimizer_t.Ftrl, update_type=hugectr.Update_t.Global, beta =...
Hi @AtekiRyu , I'm glad to let you know that we just supported FTRL optimizer and here is how to use it. ``` optimizer = hugectr.CreateOptimizer( optimizer_type=hugectr.Optimizer_t.Ftrl, update_type=hugectr.Update_t.Global, beta =...
@rnyak This one is not a duplication of https://github.com/NVIDIA-Merlin/models/pull/863. This one targets to solve the load/dump for SOK. That one is to integrate SOK into merlin models
> @WonderingWJ Is this PR still relevant? If so, we will need to rebase this PR. The dump/load method of SOK is under development. After SOK load/dump is done, we...
> @WonderingWJ any update on that PR? can we close it? Sorry for late response. The SOK load/dump is under development. Currently, we can keep this MR and discuss it...