mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Faster batch normalization
This commit is contained in:
@ -20,7 +20,8 @@ image coco_labels[80];
|
||||
void train_coco(char *cfgfile, char *weightfile)
|
||||
{
|
||||
//char *train_images = "/home/pjreddie/data/voc/test/train.txt";
|
||||
char *train_images = "/home/pjreddie/data/coco/train.txt";
|
||||
//char *train_images = "/home/pjreddie/data/coco/train.txt";
|
||||
char *train_images = "data/coco.trainval.txt";
|
||||
char *backup_directory = "/home/pjreddie/backup/";
|
||||
srand(time(0));
|
||||
data_seed = time(0);
|
||||
|
Reference in New Issue
Block a user