animegan2-pytorch icon indicating copy to clipboard operation
animegan2-pytorch copied to clipboard

Changing model params?

Open bhughesshelton opened this issue 3 years ago • 2 comments

Is there any way to change the parameters (kernel width, step size, padding), of the NN blocks defined in model.py?

bhughesshelton avatar Dec 02 '21 22:12 bhughesshelton

Most of the parameters are fixed and hard coded, but you can still modify them on the source level if you want.

bryandlee avatar Dec 05 '21 06:12 bryandlee

Thanks for the reply. Could you give me some details about how to edit those params on the source level? I tried to change several different of them (for example passing kernel_size=7 instead of kernel_size=3 into the ConvNormLReLU class), but all changes resulted in an error that the model was expecting the original value specifically.

bhughesshelton avatar Dec 07 '21 16:12 bhughesshelton