mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
renamed a file
--HG-- rename : examples/dnn_mnist_resnet_ex.cpp => examples/dnn_mnist_advanced_ex.cpp
This commit is contained in:
parent
902a2beeaf
commit
423cd85594
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user