Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants