songdaw

Results 1 issues of songdaw

Hi, My model use sigmoid activation like: activation = 'sigmoid' output = Activation(activation)(input) and I use generate_model() in nnom.py to convert model. I think should add ('activation' in layer.name and...