jcplu

Results 4 issues of jcplu

Hello, Telegram bot was working ... but now, nothing happens when I send a command from my phone (working from my pc). Also, I receive the messages from the robot...

0) updating the code with : ` ann := fann_create_standard(3, 2, 2, 1); // 3 2 3 1 ` ` ... ` ` fann_save(ann, '..\..\result\xor_float.net'); // after fann_train_on_data ` I...

// The weight array. FIXED `weights: pfann_type; // fann_type *weights;`

313/313 [==============================] - 3s 8ms/step - loss: 1.3655 - accuracy: 0.5196 Traceback (most recent call last): File "C:\Users\xxxxx\Documents\Python\CNN\cnn.py", line 54, in print("Accuracy: &2.f%%" %(model.evaluate(X_test, y_test)[1]*100)) TypeError: not all arguments converted...