Commit 423cd855 authored by Davis King's avatar Davis King

renamed a file

--HG--
rename : examples/dnn_mnist_resnet_ex.cpp => examples/dnn_mnist_advanced_ex.cpp
parent 902a2bee
...@@ -32,7 +32,7 @@ ENDMACRO() ...@@ -32,7 +32,7 @@ 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_mnist_ex)
add_example(dnn_mnist_resnet_ex) add_example(dnn_mnist_advanced_ex)
endif() endif()
#here we apply our macros #here we apply our macros
......
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