renamed a file

--HG--
rename : examples/dnn_mnist_resnet_ex.cpp => examples/dnn_mnist_advanced_ex.cpp
This commit is contained in:
Davis King 2016-04-11 22:57:11 -04:00
parent 902a2beeaf
commit 423cd85594
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ENDMACRO()
# The deep learning toolkit requires a C++11 capable compiler.
if (COMPILER_CAN_DO_CPP_11)
add_example(dnn_mnist_ex)
add_example(dnn_mnist_resnet_ex)
add_example(dnn_mnist_advanced_ex)
endif()
#here we apply our macros