Skip to content

Commit b308b6b

Browse files
committed
Merge branch 'main' of https://github.com/mseminatore/ann
2 parents 45d0da5 + 595f497 commit b308b6b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ test_loss_functions
1313
test_save_load
1414
test_training_convergence
1515
test_optimizers
16+
test_json
17+
test_hypertune
18+
test_onnx_export
1619
build_cblas/
1720
fashion_mnist.html
1821
fashion_mnist.pikchr
1922
fashion_mnist.svg
23+
fashion_mnist.onnx
24+
fashion_mnist_learning_curve.csv
2025

2126
# Object files
2227
*.o

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99
TARGET = mnist
1010
LIB_OBJS = ann.o tensor.o json.o ann_hypertune.o
1111
LIBANN = libann.a
12-
DEPS = ann.h tensor.h ann_config.h json.h ann_hypertune.o
12+
DEPS = ann.h tensor.h ann_config.h json.h ann_hypertune.h
1313

1414
# use no blas
1515
#CFLAGS += -g -O2

0 commit comments

Comments
 (0)