multi-task_loss_optimizer icon indicating copy to clipboard operation
multi-task_loss_optimizer copied to clipboard

Implement the Pareto Optimizer and pcgrad to make a self-adaptive loss for multi-task

Results 3 multi-task_loss_optimizer issues
Sort by recently updated
recently updated
newest added

``` new_w_list = pareto_fn(w_list,c_list,config,loss_list) ``` 请问其中的w_list、C_list和config含义是什么?

Is any config needs to be set in the example? `new_w_list = pareto_fn(w_list,c_list,config,loss_list)`

I don't understand c_ List in Pareto optimizer represents the meaning and what config needs to be set. Best wishes!