load_model: Load a captcha-breaking model

Description Usage Arguments See Also

View source: R/model.R

Description

This function can either access the models saved in decryptrModels::models or in a local file create by the user with train_model().

Usage

1
load_model(model, labs = c(0:9, base::letters))

Arguments

model

Either the path to a serialized file or the name of a known model

labs

A character vector with all the labels the model could possibly output (necessary when loading a homemade model)

See Also

decryptrModels::models


decryptr/decryptr documentation built on Nov. 29, 2020, 11:14 p.m.