Commit a76b642a authored by Davis King's avatar Davis King

renamed examples

--HG--
rename : examples/dnn_mnist_advanced_ex.cpp => examples/dnn_introduction2_ex.cpp
rename : examples/dnn_mnist_ex.cpp => examples/dnn_introduction_ex.cpp
parent dc939855
...@@ -31,8 +31,8 @@ ENDMACRO() ...@@ -31,8 +31,8 @@ ENDMACRO()
# The deep learning toolkit requires a C++11 capable compiler. # The deep learning toolkit requires a C++11 capable compiler.
if (COMPILER_CAN_DO_CPP_11) if (COMPILER_CAN_DO_CPP_11)
add_example(dnn_mnist_ex) add_example(dnn_introduction_ex)
add_example(dnn_mnist_advanced_ex) add_example(dnn_introduction2_ex)
add_example(dnn_inception_ex) add_example(dnn_inception_ex)
add_example(dnn_imagenet_ex) add_example(dnn_imagenet_ex)
add_example(dnn_imagenet_train_ex) add_example(dnn_imagenet_train_ex)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment