diff options
Diffstat (limited to 'include/weights.h')
| -rw-r--r-- | include/weights.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/weights.h b/include/weights.h index c4e0c3c..7a37ed9 100644 --- a/include/weights.h +++ b/include/weights.h @@ -15,10 +15,9 @@ along with ct. If not, see <https://www.gnu.org/licenses/>. */ -#define INP_NUM 3 + 5*5 +#define INP_NUM 3 + 5 * 5 #define DENSE_NUM 64 - extern const float dense1_weights[DENSE_NUM][INP_NUM]; extern const float dense1_biases[DENSE_NUM]; extern const float output_weights[2][DENSE_NUM]; |
