mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed typo in network definition.
This commit is contained in:
parent
ca698f63a6
commit
4f0c2ba092
@ -327,7 +327,7 @@ int main(int argc, char** argv) try
|
||||
using test_net_type = loss_multiclass_log<fc<number_of_classes,
|
||||
avg_pool_everything<
|
||||
ares<ares<ares<ares_down<
|
||||
repeat<9,res,
|
||||
repeat<9,ares,
|
||||
ares_down<
|
||||
ares<
|
||||
input<matrix<unsigned char>>
|
||||
|
Loading…
Reference in New Issue
Block a user