Skip to content

Releases: danielpontello/cnn-captcha-solving

Second Training

19 Oct 18:54
Compare
Choose a tag to compare

Second training, with the following parameters:

Parameter Value
num_samples 2000
epochs 256
learning_rate 1e-3
batch_size 128
validation_split 0.66

Initial Training

18 Oct 14:24
Compare
Choose a tag to compare

First model release, trained with 1000 samples from each letter and with the following parameters:

EPOCHS = 64
LR = 1e-3
BS = 128