Trying to reproduce Table 4
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.
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.
Thanks Sachin
Thanks