mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Distributed training
This commit is contained in:
@ -48,7 +48,8 @@ void top_k(float *a, int n, int k, int *index)
|
||||
|
||||
void error(char *s)
|
||||
{
|
||||
fprintf(stderr, "Error: %s\n", s);
|
||||
perror(s);
|
||||
//fprintf(stderr, "Error: %s\n", s);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user