Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: setting.h
- Revision:
- 171:bfc1fd2629d8
- Parent:
- 170:42c938a40313
- Child:
- 173:68c7914679ec
diff -r 42c938a40313 -r bfc1fd2629d8 setting.h --- a/setting.h Wed Nov 18 12:03:39 2020 +0000 +++ b/setting.h Sat Nov 21 07:15:47 2020 +0000 @@ -468,6 +468,7 @@ #define num_epoch 1 #define batch_size 50 #define num_input_RL 2 +#define num_hidden_unit 10 extern int batch; extern float train_set_x[batch_size];