MCPcopy Create free account
hub / github.com/WebSpiderUtils/verification_code / run_captcha

Function run_captcha

hanzi_detection/examples/captcha.c:335–352  ·  view source on GitHub ↗

void train_captcha(char *cfgfile, char *weightfile) { float avg_loss = -1; srand(time(0)); char *base = basecfg(cfgfile); printf("%s\n", base); network net = parse_network_cfg(cfgfile); if(weightfile){ load_weights(&net, weightfile); } printf("Learning Rate: %g, Momentum: %g, Decay: %g\n", net->learning_rate, net->momentum, net->decay); int imgs = 1024; int i =

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

train_captchaFunction · 0.85
test_captchaFunction · 0.85
valid_captchaFunction · 0.85

Tested by

no test coverage detected