-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error when training Stylegan2-ext #38
Comments
I removed certain things to make it easier, but completely forgot to thoroughly removed these extra parameters. I removed lines 275 and 277 in |
I removed lines 275 and 277 in
|
Hmm this is related to #39. Thing is, I cannot reproduce it all the time, as I'm able to load pre-trained models as starting points (using |
I'm trying to do some transfer learning. Here are the details: Pre-Trained Model
Dataset
|
Interesting to note, if I instead use a snapshot of this repo that I have saved from when Stylegan2-ext was newly implemented (2023-02-22) then the training starts up without any issues. |
Ok thanks that helps, I was thinking that since it worked then and there were no issues like this. I don't remember updating much, but I'll see the diff in case I moved something. |
Quick update, I'm experiencing this issue using Google Colan notebook. Same issue as before. |
When I try to start training using
--cfg=stylegan2-ext
then it errors out with the following message:"TypeError: __init__() got an unexpected keyword argument 'extended_sgan2'"
The text was updated successfully, but these errors were encountered: