I have a question about training a model using RRT
linchuanze opened this issue · comments
Hi, for RRT you can follow the command
python train.py [...retrained model arguments...] --retrain_fc --pretrained <path_to_pretrained_ckpt>
For RRT, the hyper-parameter settings remain the same between the first and the second training stage, though one usually trains for fewer epochs as only last layer is trained (e.g., 10/30 epochs for age datasets). See examples & descriptions from, for example, AgeDB-DIR.