hzxie/Pix2Vox

How to Fine Tune the Network on Another Dataset?

Closed this issue · 3 comments

How to continue training on the weight of the training you provide, that is, how to perform transfer learning?

hzxie commented

Just load the pretrained model and fine tune it on another dataset.

Just load the pretrained model and fine tune it on another dataset.

python runner.py --weights=./pretrained/Pix2Vox-A-ShapeNet.pth ?

hzxie commented

Yes.