mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
minor cleanup
This commit is contained in:
parent
b4b9376aab
commit
6e0f13ba06
@ -57,9 +57,9 @@ using net_type = loss_multiclass_log<
|
|||||||
fc<10,
|
fc<10,
|
||||||
relu<fc<32,
|
relu<fc<32,
|
||||||
max_pool<2,2,2,2,incept_b<
|
max_pool<2,2,2,2,incept_b<
|
||||||
max_pool<2,2,2,2,tag1<incept_a<
|
max_pool<2,2,2,2,incept_a<
|
||||||
input<matrix<unsigned char>>
|
input<matrix<unsigned char>>
|
||||||
>>>>>>>>>;
|
>>>>>>>>;
|
||||||
|
|
||||||
int main(int argc, char** argv) try
|
int main(int argc, char** argv) try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user