Miguel Angel

Results 17 comments of Miguel Angel

Same here, but with java... I get same byte list in dart and java [0, -70, -39, 127, -7, 73, -103, -21, 58, -74, -28, 92, 69, -110, -32, -36,...

Thanks for your help.. This is the model: [Keras model](https://nebuia.us-nyc1.upcloudobjects.com/app/fingers.h5) I already train with same configuration for MobileNetv2, tf.keras.applications.MobileNetV2(..) and with this version, all work ! Many thanks for your...

Are you converted your model to nccn/ I try with Mobilenetv2 but i have same result

I try to sign transaction using: ` pKey, err := crypto.HexToECDSA(*wallet.Private) if err != nil { return nil, err } for range contractList { signature, err := crypto.Sign(hash, pKey) if...