mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
save things sometimes
This commit is contained in:
parent
522e2a220c
commit
2a1025b6f0
@ -74,9 +74,7 @@ void train_writing(char *cfgfile, char *weightfile)
|
||||
epoch = *net.seen/N;
|
||||
char buff[256];
|
||||
sprintf(buff, "%s/%s_%d.weights",backup_directory,base, epoch);
|
||||
//TODO
|
||||
if(get_current_batch(net)%10 == 0)
|
||||
save_weights(net, buff);
|
||||
save_weights(net, buff);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user