-
Notifications
You must be signed in to change notification settings - Fork 7
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
Assistance in training manga-colorization #4
Comments
|
RuntimeError: Error(s) in loading state_dict (#812, #671,#461, #296)If you get the above errors when loading the generator during test time, you probably have used different network configurations for training and test. There are a few things to check: (1) the network architecture Note that we use different default generators, normalization, and dropout options for different models. The model file can overwrite the default arguments and add new arguments. For example, this line adds and changes default arguments for pix2pix. For CycleGAN, the default is |
I managed to train 1 epoch and save the model, now I'm really testing it with 800 epoch (with a dataset of 1406 color images from One Piace) and if it goes well and looks good I'll share whit you how I did it. @My12123 |
@Keiser04 Okay, thanks |
@Keiser04 Were you taught on the pages of manga? If yes, then you need to color manga pages, not art. |
do you know how to use kaggle? if so, I'll pass you the notebook but I haven't made a tutorial or anything else yet |
my biggest problem is that I don't know what you mean by dfm images. |
I'm about https://github.com/lllyasviel/ControlNet |
@Keiser04 I don't know for sure, I know that only the contour will be colored, which is filled with gray, with the exception of faces. |
I can only believe that the model he gave us was trained with another type of ia @My12123 |
do you know python? i think the problem is that v1 doesn't have colorizartion.py while v2 has one. the thing is that the models were modified i think making the state dict static or something like that, if we could fix it. @My12123 |
|
zyddnys/manga-image-translator#378
The text was updated successfully, but these errors were encountered: