We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45d0da5 + 595f497 commit b308b6bCopy full SHA for b308b6b
.gitignore
@@ -13,10 +13,15 @@ test_loss_functions
13
test_save_load
14
test_training_convergence
15
test_optimizers
16
+test_json
17
+test_hypertune
18
+test_onnx_export
19
build_cblas/
20
fashion_mnist.html
21
fashion_mnist.pikchr
22
fashion_mnist.svg
23
+fashion_mnist.onnx
24
+fashion_mnist_learning_curve.csv
25
26
# Object files
27
*.o
Makefile
@@ -9,7 +9,7 @@ endif
9
TARGET = mnist
10
LIB_OBJS = ann.o tensor.o json.o ann_hypertune.o
11
LIBANN = libann.a
12
-DEPS = ann.h tensor.h ann_config.h json.h ann_hypertune.o
+DEPS = ann.h tensor.h ann_config.h json.h ann_hypertune.h
# use no blas
#CFLAGS += -g -O2
0 commit comments