You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing this very cool repo. I am trying to reproduce table 4. It seems the running scripts for transfer learning in README.md you provided are all for FLYP. How to run the baselines such as LP, LP-FT and FT.
The text was updated successfully, but these errors were encountered:
Hi @sanyalsunny111 ,
Very sorry for the late reply.
We didn't upload the scripts for baselines like LP and FT, and unfortunately we don't have them now due to server migration.
However, for LP, we used LBFGS from scipy I think. It generally performs slightly better than gradient-based LP.
For FT and LP-FT, I would recommend you this repo from the authors of the LP-FT work: https://github.com/AnanyaKumar/transfer_learning/tree/main.
Hi @SachinG007 ,
Thanks for sharing this very cool repo. I am trying to reproduce table 4. It seems the running scripts for transfer learning in README.md you provided are all for FLYP. How to run the baselines such as LP, LP-FT and FT.
The text was updated successfully, but these errors were encountered: