python main.py --use_params --source_target acm_dblp --backbone gcn --sampling k_hop --ft_last_layer Note that we provide three transfer learning settings, includingfreeze(do not fine-tune on the target graph),ft_last_layer(fine-tune the last layer), andft_whole_model(fine-tune the ...