Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Algorithm 2 line 10 #43

Open
854768750 opened this issue Dec 10, 2022 · 1 comment
Open

Algorithm 2 line 10 #43

854768750 opened this issue Dec 10, 2022 · 1 comment

Comments

@854768750
Copy link

grad_dir = -1.0*np.dot(grad_mat, sol_vec)
new_point = MinNormSolver._next_point(sol_vec, grad_dir, n)

Are these lines corresponding to algorithm 2 line 10? For e_{\hat_{t}} ?

@MarcuXu
Copy link

MarcuXu commented Dec 5, 2023

Hi dude, I met a problem with "OSError: [Errno 36] File name too long" when running the "python multi_task/train_multi_task.py --param_file=./sample.json". Have you met it before? Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants