-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fine_Tunning with isnet-general-use.pth #105
Comments
I found this code from train_valid_inference_main.py
Does it mean it will load the weights for both the encoder and decoder of the model .pth file specified at hypar["model_path"] if we specify hypar["gt_encoder_model"] = ' isnet-general-use.pth'? |
maybe the hypar["restore_model"] = "RMBG-1.4.pth" ## name of the segmentation model weights .pth for resume training process from last stop or for the inferencing |
Excuse me, has the problem been resolved? |
|
this parameter works. |
What kind of account is this |
Hello, I have the same issue. Is there any way to solve it? I am looking forward to your response. |
Hello, thanks for providing the code publicly.
I have a question about fine-tuning the network, can I start training with isnet-general-use.pth weigh file and further fine-tune these weights i.e. transfer learning?
Cheers
Abbas
The text was updated successfully, but these errors were encountered: