Closed saeedEnte closed 4 years ago
You're right. The LeakGAN_G
can't inherit the init_param()
from LSTMGenerator
. So the initialization function of LeakGAN_G
should be implemented in its own class.
I have just copy the init_param
from other functions and now everything is fine. TNX
I have fixed that mistake and updated the codes. :)
This class doesn't have any function
init_param()
. I think it can't inherit fromLSTMGenerator
as its initialization gets other params